summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/array_store
Commit message (Expand)AuthorAgeFilesLines
* Add compaction spec to array store.Tor Egge2023-01-121-3/+4
* Add shared constant for PAGE_SIZE.Geir Storli2022-11-251-1/+2
* Drop support for old gtest.Tor Egge2022-11-181-9/+9
* Adjust expected size for array store when using libc++.Tor Egge2022-10-141-1/+1
* Use the generic CompactionContext in ArrayStore.Geir Storli2022-10-131-1/+1
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-10/+10
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Move tracking of datastore buffer statistics to separate classes.Geir Storli2022-10-061-12/+12
* Update expected sizes when using libc++.Tor Egge2022-10-041-2/+2
* Add vespalib::datastore::CompactingBuffers.Tor Egge2022-10-041-2/+2
* Implement allocate() function on ArrayStore.Geir Storli2022-10-031-35/+76
* Rewrite unit tests to use GTest.Geir Storli2022-09-302-164/+174
* Refactor ArrayStore to support generic type id to array size mappers.Geir Storli2022-09-291-2/+2
* use more conceptsHÃ¥vard Pettersen2022-09-211-2/+2
* Use AtomicEntryRef in MultiValueMappingBase.Tor Egge2022-03-091-20/+10
* Move memory allocator argument to be last argument.Tor Egge2022-02-111-5/+4
* Add memory allocator to array store.Tor Egge2022-02-111-4/+16
* Add CompactionSpec.Tor Egge2021-12-081-1/+5
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Extend test of array store compaction context.Tor Egge2021-08-181-10/+34
* Consider reusing active buffer.Tor Egge2021-08-161-3/+3
* Revert "Consider reusing active buffer."Henning Baldersheim2021-08-151-3/+3
* Consider reusing active buffer.Tor Egge2021-08-131-3/+3
* Simplify how used elements across all active buffers are aggregated.Geir Storli2021-03-011-3/+3
* Account for different memory usage with libc++.Tor Egge2021-02-271-0/+5
* use size literals in vespalibArne Juul2021-02-151-2/+3
* Forward declare MemoryAllocator in vespalib/util/alloc.h.Tor Egge2021-02-131-0/+1
* Annotate the expensive array_store test not the array_test.Henning Baldersheim2021-01-131-1/+1
* Store the entry refs in an vepalib::hash_map that is faster than std::map. Sa...Henning Baldersheim2021-01-121-1/+2
* Have the BufferType::_emptyEntry be static.Henning Baldersheim2021-01-101-0/+9
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-3/+3
* Add free-list support to ArrayStoreTor Brede Vekterli2019-08-161-4/+49
* Add separate allocator for strings in unique store.Tor Egge2019-08-151-1/+1
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-272-0/+368