2016-08-02 |
khizmax | Fixed LazyList erratum |
tree | commitdiff |
2016-08-01 |
khizmax | Added container::IterableList<HP> |
tree | commitdiff |
2016-07-27 |
khizmax | Extending intrusive MichaelSet<HP> to IterableList |
tree | commitdiff |
2016-07-26 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2016-07-25 |
khizmax | Added internal statistics for LazyList |
tree | commitdiff |
2016-07-25 |
khizmax | Added internal statistics to MichaelList, IterableList |
tree | commitdiff |
2016-07-20 |
khizmax | Added internal statistics for IterableList |
tree | commitdiff |
2016-07-19 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2016-07-19 |
khizmax | Added intrusive IterableList |
tree | commitdiff |
2016-07-19 |
khizmax | Added intrusive IterableList |
tree | commitdiff |
2016-07-06 |
khizmax | Fixed doc typo |
tree | commitdiff |
2016-07-05 |
khizmax | Docfix |
tree | commitdiff |
2016-07-05 |
khizmax | Added branch prediction (cds_likely()/cds_unlikely... |
tree | commitdiff |
2016-06-05 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2016-06-04 |
khizmax | Fixed MichaelList assertion |
tree | commitdiff |
2016-05-30 |
khizmax | Merge branch 'dev' |
tree | commitdiff |
2016-05-03 |
khizmax | Renamed "ensure" to "update" in statistics |
tree | commitdiff |
2016-04-15 |
khizmax | Fixed doc |
tree | commitdiff |
2016-04-12 |
khizmax | Docfix |
tree | commitdiff |
2016-04-07 |
khizmax | Docfix |
tree | commitdiff |
2016-04-02 |
khizmax | Minor improvements, docfix, beautifying code |
tree | commitdiff |
2016-03-19 |
khizmax | Fixed a bug in emplace() function: should use allocator... |
tree | commitdiff |
2016-03-14 |
khizmax | Removed redundant assertion, minor improvements, docfix |
tree | commitdiff |
2016-03-14 |
khizmax | Fixed a bug in erase_at() |
tree | commitdiff |
2016-03-14 |
khizmax | Docfix |
tree | commitdiff |
2016-03-13 |
khizmax | Docfix |
tree | commitdiff |
2016-03-13 |
khizmax | Docfix |
tree | commitdiff |
2016-03-09 |
khizmax | Fixed doc |
tree | commitdiff |
2016-02-09 |
khizmax | Docfix |
tree | commitdiff |
2016-02-08 |
khizmax | Fixed intrusive LazyList: |
tree | commitdiff |
2016-02-08 |
khizmax | Moved LazyList<HP> unit test to gtest framework |
tree | commitdiff |
2016-02-07 |
khizmax | Moved MichaelList<HP> unit test to gtest framework |
tree | commitdiff |
2016-02-07 |
khizmax | Improved docs |
tree | commitdiff |
2016-01-09 |
khizmax | Fixed recursive links in docs |
tree | commitdiff |
2016-01-05 |
khizmax | Added copyright and license |
tree | commitdiff |
2016-01-05 |
khizmax | Reformatting |
tree | commitdiff |
2016-01-01 |
khizmax | Fixed rare memory-use-after-free |
tree | commitdiff |
2015-12-23 |
khizmax | Fixed FeldmanHashSet |
tree | commitdiff |
2015-12-20 |
khizmax | Merge branch 'integration' of github.com:khizmax/libcds... |
tree | commitdiff |
2015-12-18 |
khizmax | Added missing hazard ptr to FeldmanHashSet<HP> insert... |
tree | commitdiff |
2015-12-14 |
khizmax | LazyList refactoring |
tree | commitdiff |
2015-11-21 |
khizmax | EllenBinTree doc fixed |
tree | commitdiff |
2015-11-16 |
khizmax | Fixed memory-use-after-free bug in EllenBinTree<HP> |
tree | commitdiff |
2015-11-13 |
khizmax | Fixed doc typo, reformatting |
tree | commitdiff |
2015-10-25 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2015-10-25 |
khizmax | Common base class added for FeldmanHashSet/Map |
tree | commitdiff |
2015-10-23 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2015-10-22 |
khizmax | FeldmanHashSet/Map: added level statistics |
tree | commitdiff |
2015-10-21 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2015-10-20 |
khizmax | Renamed MultiLevelHashSet/Map to FeldmanHashSet/Map |
tree | commitdiff |
2015-10-09 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2015-10-08 |
khizmax | Some small optimizations |
tree | commitdiff |
2015-10-02 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2015-09-30 |
khizmax | Added intrusive::MultiLevelHashSet<RCU> implementation |
tree | commitdiff |
2015-09-13 |
khizmax | ensure() and find(key) member functions are declared... |
tree | commitdiff |
2015-09-13 |
khizmax | Removed unused implementation_tag typedef |
tree | commitdiff |
2015-08-30 |
khizmax | EllenBinTreeMap, EllenBinTreeSet: |
tree | commitdiff |
2015-08-29 |
khizmax | * SkipListMap, SkipListSet: |
tree | commitdiff |
2015-08-29 |
khizmax | SplitListMap, SplitListSet: |
tree | commitdiff |
2015-08-29 |
khizmax | MichaelList, LazyList, MichaelMap: |
tree | commitdiff |
2015-08-23 |
khizmax | Fixed MultiLevelHashSet/Map docs |
tree | commitdiff |
2015-08-23 |
khizmax | Removed trailing whitespaces |
tree | commitdiff |
2015-08-23 |
khizmax | MultiLevelHashSet/Map<HP> - fixed GCC incompatibility |
tree | commitdiff |
2015-08-23 |
khizmax | - Refactored MultiLevelHashSet<HP> iterators |
tree | commitdiff |
2015-08-20 |
khizmax | Added container::MultiLevelHashSet<HP> unit tests |
tree | commitdiff |
2015-08-19 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
tree | commitdiff |
2015-08-18 |
khizmax | [draft] MultiLevelHashMap<HP> implementation |
tree | commitdiff |
2015-08-17 |
khizmax | [draft] container::MultiLevelHashMap |
tree | commitdiff |
2015-08-15 |
khizmax | [draft] implemented container::MultiLevelHashSet |
tree | commitdiff |
2015-08-14 |
khizmax | intrusive MultiLevelHashSet<HP>: comment std::iterator_... |
tree | commitdiff |
2015-08-13 |
khizmax | Improving intrusive MultiLevelHashSet<HP>: |
tree | commitdiff |
2015-08-12 |
khizmax | intrusive MultiLevelHashSet: |
tree | commitdiff |
2015-08-11 |
khizmax | intrusive MultiLevelHashSet: added reverse iterator... |
tree | commitdiff |
2015-08-10 |
khizmax | Added MltiLevelHashSet bidirectional thread-safe iterators |
tree | commitdiff |
2015-08-10 |
khizmax | Changed internal structure of MultiLevelHashSet node... |
tree | commitdiff |
2015-08-09 |
khizmax | intrusive MultiLevelHashSet: |
tree | commitdiff |
2015-08-02 |
khizmax | intrusive MultiLevelHashSet fixes, tests |
tree | commitdiff |
2015-07-30 |
khizmax | Intrusive MultiLevelHashSet draft done |
tree | commitdiff |
2015-07-26 |
khizmax | intrusive MichaelList: replaced ensure() with update() |
tree | commitdiff |
2015-07-25 |
khizmax | SkipList: |
tree | commitdiff |
2015-07-22 |
khizmax | Implemented bit-string splitting for MultiLevelHashSet |
tree | commitdiff |
2015-07-22 |
khizmax | Fixed intrusive MultiLevelHashSet interface |
tree | commitdiff |
2015-07-21 |
khizmax | Fixed make_comparator metafunction |
tree | commitdiff |
2015-07-20 |
khizmax | Start implementing MultiLevelHashSet |
tree | commitdiff |
2015-07-12 |
khizmax | Fixed data races in EllenBinTree (TSan) |
tree | commitdiff |
2015-06-12 |
khizmax | Removed TSan annotations |
tree | commitdiff |
2015-06-07 |
khizmax | MichaelList refactored |
tree | commitdiff |
2015-06-03 |
khizmax | TSan: fixed MichaelList memory ordering constraints |
tree | commitdiff |
2015-05-21 |
khizmax | Removed TSan annotations, tuned memory ordering |
tree | commitdiff |
2015-05-14 |
khizmax | TSan exam: EllenBinTree, FCPriorityQueue |
tree | commitdiff |
2015-05-12 |
khizmax | Merge branch 'dev' |
tree | commitdiff |
2015-05-06 |
khizmax | TSan exam: |
tree | commitdiff |
2015-04-28 |
khizmax | Fixed TSan warnings in SplitList |
tree | commitdiff |
2015-04-27 |
khizmax | Merge branch 'integration' into dev |
tree | commitdiff |
2015-04-27 |
khizmax | Merge branch 'integration' into dev |
tree | commitdiff |
2015-04-22 |
khizmax | Fixed data races found by tsan |
tree | commitdiff |
2015-04-19 |
khizmax | Merge branch 'integration' into dev |
tree | commitdiff |
2015-04-19 |
khizmax | Fixed memor orderding (tsan) |
tree | commitdiff |
2015-04-12 |
khizmax | Merge branch 'integration' into dev |
tree | commitdiff |
2015-04-06 |
khizmax | Split up set2 unit test to reduce compiling time and... |
tree | commitdiff |
next |