2015-11-01 |
khizmax | Formatting |
commit | commitdiff | tree | snapshot |
2015-11-01 |
khizmax | Fixed bug in MichaelLit<RCU> |
commit | commitdiff | tree | snapshot |
2015-10-31 |
khizmax | Added epoch count as constructor parameter for DHP GC |
commit | commitdiff | tree | snapshot |
2015-10-27 |
khizmax | Removed sha-256 hash from test |
commit | commitdiff | tree | snapshot |
2015-10-26 |
khizmax | Fixed an error in EllenBinTreeMap ST-test |
commit | commitdiff | tree | snapshot |
2015-10-25 |
khizmax | changelog |
commit | commitdiff | tree | snapshot |
2015-10-25 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
commit | commitdiff | tree | snapshot |
2015-10-25 |
khizmax | Common base class added for FeldmanHashSet/Map |
commit | commitdiff | tree | snapshot |
2015-10-23 |
khizmax | Added one more badge |
commit | commitdiff | tree | snapshot |
2015-10-23 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
commit | commitdiff | tree | snapshot |
2015-10-22 |
khizmax | FeldmanHashSet/Map: added level statistics |
commit | commitdiff | tree | snapshot |
2015-10-22 |
khizmax | Added project stats badge |
commit | commitdiff | tree | snapshot |
2015-10-22 |
khizmax | Added OpenHub badge |
commit | commitdiff | tree | snapshot |
2015-10-22 |
khizmax | Modified |
commit | commitdiff | tree | snapshot |
2015-10-22 |
khizmax | Modified |
commit | commitdiff | tree | snapshot |
2015-10-22 |
khizmax | Removed unused files |
commit | commitdiff | tree | snapshot |
2015-10-21 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
commit | commitdiff | tree | snapshot |
2015-10-20 |
khizmax | Renamed MultiLevelHashSet/Map to FeldmanHashSet/Map |
commit | commitdiff | tree | snapshot |
2015-10-18 |
khizmax | MultiLevelHashSet test, bugfixing |
commit | commitdiff | tree | snapshot |
2015-10-09 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
commit | commitdiff | tree | snapshot |
2015-10-08 |
khizmax | Incorporated MultiLevelHashMap<RCU> into map MT-test |
commit | commitdiff | tree | snapshot |
2015-10-08 |
khizmax | Some small optimizations |
commit | commitdiff | tree | snapshot |
2015-10-06 |
khizmax | Added MultiLevelHashSet<RCU> to the set MT tests |
commit | commitdiff | tree | snapshot |
2015-10-04 |
khizmax | Added container::MultiLevelHashMap<RCU> specialization |
commit | commitdiff | tree | snapshot |
2015-10-04 |
khizmax | Added container::MultiLevelHashSet<RCU> specialization |
commit | commitdiff | tree | snapshot |
2015-10-02 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
commit | commitdiff | tree | snapshot |
2015-09-30 |
khizmax | Added intrusive::MultiLevelHashSet<RCU> implementation |
commit | commitdiff | tree | snapshot |
2015-09-26 |
khizmax | Modified Makefile |
commit | commitdiff | tree | snapshot |
2015-09-26 |
khizmax | Added -list option to test framework |
commit | commitdiff | tree | snapshot |
2015-09-25 |
khizmax | Fixed: CityHash is supported only in 64bit mode |
commit | commitdiff | tree | snapshot |
2015-09-20 |
khizmax | Bugfix |
commit | commitdiff | tree | snapshot |
2015-09-17 |
khizmax | Fixed a bug in map MT-test |
commit | commitdiff | tree | snapshot |
2015-09-16 |
khizmax | Added preliminary support for CLang-3.7 to MSVC projects |
commit | commitdiff | tree | snapshot |
2015-09-16 |
khizmax | Fixed a typo |
commit | commitdiff | tree | snapshot |
2015-09-16 |
khizmax | Added preliminary support for CLang-3.7 to MSVC projects |
commit | commitdiff | tree | snapshot |
2015-09-16 |
khizmax | Fixed a typo |
commit | commitdiff | tree | snapshot |
2015-09-16 |
khizmax | Fixed cityhash build |
commit | commitdiff | tree | snapshot |
2015-09-15 |
khizmax | Fixed a bug in update() function |
commit | commitdiff | tree | snapshot |
2015-09-15 |
khizmax | Removed deprecated functions ensure() and find(key... |
commit | commitdiff | tree | snapshot |
2015-09-15 |
khizmax | Fixed bugs in update() implementation |
commit | commitdiff | tree | snapshot |
2015-09-15 |
khizmax | Added [[deprected]] attribute support for vc14 |
commit | commitdiff | tree | snapshot |
2015-09-15 |
khizmax | Removed deprecated functions ensure() and find(key... |
commit | commitdiff | tree | snapshot |
2015-09-15 |
khizmax | Fixed vc14 warning |
commit | commitdiff | tree | snapshot |
2015-09-14 |
khizmax | Added support for MS VC++ 2015 |
commit | commitdiff | tree | snapshot |
2015-09-14 |
khizmax | Added MS VisualStudio 2015 solution |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Excluded deprecated functions ensure() and find(key... |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Removed MS VC++ 2015 TCP projects |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Removed unused helper BoundedArray class |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | ensure() and find(key) member functions are declared... |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Fixed MultiLevelHashSet MT-test |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Removed unused implementation_tag typedef |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Refactored Set_InsDelFind MT-test |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Incorporated MultiLevelHashSet into set's MT-test |
commit | commitdiff | tree | snapshot |
2015-09-12 |
khizmax | Refactored Set_InsDel_string MT-test |
commit | commitdiff | tree | snapshot |
2015-09-10 |
khizmax | Refactored Set_InsDel_func MT-test |
commit | commitdiff | tree | snapshot |
2015-09-09 |
khizmax | Refactored Set_DelOdd MT-test |
commit | commitdiff | tree | snapshot |
2015-09-07 |
khizmax | Refactored Map_InsDel_Item_string MT-test |
commit | commitdiff | tree | snapshot |
2015-09-07 |
khizmax | Refactored Map_InsDel_Item_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-07 |
khizmax | Refactored Map_InsDelFind MT-test |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | Refactored Map_InsFind_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | Refactored Map_find_string MT-test |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | StripedSet: replace ensure() with update() |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | fixed an error in less() predicate |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | Added less() predicate for CityHash |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Added MD5, SHA256, CityHash hash function for MultiLeve... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Refactored Map_InsDel_string MT-test |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | StripedMap: replace ensure() with update(), find(key... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Added StdMap to Map_InsDel_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Added MultiLevelHashMap to Map_insdel_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Refactored Map_insdel_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-01 |
khizmax | CuckooMap, CuckooSet: |
commit | commitdiff | tree | snapshot |
2015-09-01 |
khizmax | Added compiler-specific CDS_DEPRECATED macro |
commit | commitdiff | tree | snapshot |
2015-08-30 |
khizmax | BronsonAVLTreeMap: |
commit | commitdiff | tree | snapshot |
2015-08-30 |
khizmax | EllenBinTreeMap, EllenBinTreeSet: |
commit | commitdiff | tree | snapshot |
2015-08-29 |
khizmax | * SkipListMap, SkipListSet: |
commit | commitdiff | tree | snapshot |
2015-08-29 |
khizmax | SplitListMap, SplitListSet: |
commit | commitdiff | tree | snapshot |
2015-08-29 |
khizmax | Refactored MapDelOdd MT-test |
commit | commitdiff | tree | snapshot |
2015-08-29 |
khizmax | MichaelList, LazyList, MichaelMap: |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | Fixed MultiLevelHashSet/Map docs |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | Removed trailing whitespaces |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | Fixed MultiLevelHashMap double registration of unit... |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | Fixed build script |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | MultiLevelHashSet/Map<HP> - fixed GCC incompatibility |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | - Refactored MultiLevelHashSet<HP> iterators |
commit | commitdiff | tree | snapshot |
2015-08-20 |
khizmax | Added container::MultiLevelHashSet<HP> unit tests |
commit | commitdiff | tree | snapshot |
2015-08-19 |
khizmax | Merge branch 'dev' of github.com:khizmax/libcds into dev |
commit | commitdiff | tree | snapshot |
2015-08-18 |
khizmax | [draft] MultiLevelHashMap<HP> implementation |
commit | commitdiff | tree | snapshot |
2015-08-17 |
khizmax | [draft] container::MultiLevelHashMap |
commit | commitdiff | tree | snapshot |
2015-08-15 |
khizmax | Fixed typos in general intrusive container doc |
commit | commitdiff | tree | snapshot |
2015-08-15 |
khizmax | [draft] implemented container::MultiLevelHashSet |
commit | commitdiff | tree | snapshot |
2015-08-14 |
khizmax | intrusive MultiLevelHashSet<HP>: comment std::iterator_... |
commit | commitdiff | tree | snapshot |
2015-08-14 |
khizmax | Fixed hdr test for MultiLevelHashSet<HP> |
commit | commitdiff | tree | snapshot |
2015-08-14 |
khizmax | Fixed MultiLevelHashSet<DHP> test |
commit | commitdiff | tree | snapshot |
2015-08-13 |
khizmax | Improving intrusive MultiLevelHashSet<HP>: |
commit | commitdiff | tree | snapshot |
2015-08-12 |
khizmax | intrusive MultiLevelHashSet: |
commit | commitdiff | tree | snapshot |
2015-08-11 |
khizmax | intrusive MultiLevelHashSet: added reverse iterator... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
khizmax | Added MltiLevelHashSet bidirectional thread-safe iterators |
commit | commitdiff | tree | snapshot |
2015-08-10 |
khizmax | Changed internal structure of MultiLevelHashSet node... |
commit | commitdiff | tree | snapshot |
2015-08-09 |
khizmax | intrusive MultiLevelHashSet: |
commit | commitdiff | tree | snapshot |
2015-08-05 |
khizmax | Small fixes in split_bitstring algo |
commit | commitdiff | tree | snapshot |
next |