aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/unique_store_dictionary/unique_store_dictionary_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* GC som compiler pragmas not needed anymore.Henning Baldersheim2023-01-301-10/+1
* Drop support for old gtest.Tor Egge2022-11-181-1/+1
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-1/+1
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-2/+2
* Add CompactionSpec.Tor Egge2021-12-081-1/+3
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Compact enum store dictionary when needed.Tor Egge2021-04-131-11/+60
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-1/+6
* Factor out ReadSnapshot from UniqueStoreDictionary.Tor Egge2021-03-291-1/+1
* Rename SimpleHashMap to ShardedHashMap.Tor Egge2021-03-261-2/+2
* Report memory usage from unique store dictionary hash.Tor Egge2021-03-251-21/+45
* Wire in ordering enum in EnumStore.Tor Egge2021-03-171-1/+1
* Add lock free hash map.Tor Egge2021-03-101-0/+3
* Add simple equal to Comparator interface.Henning Baldersheim2021-03-091-0/+3
* Convert comparator from being a simple comparator to using an explicit less m...Henning Baldersheim2021-03-091-1/+1
* Eliminate noexcept warnings.Tor Egge2020-10-111-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-2/+2
* Rename UniqueStoreDictionaryBase -> IUniqueStoreDictionary.Geir Storli2019-08-271-1/+1
* Move count functions from enum store dictionary to unique store dictionary.Geir Storli2019-08-271-0/+84