aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/btree/btreestore.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-3/+3
* Use ElemT as template parameter for ArrayStoreSimpleTypeMapperTor Egge2023-04-031-2/+2
* Adjust explicit instantiations of BufferType and Array.Tor Egge2023-03-241-0/+4
* - rename BufferAndTypeId -> BufferAndMeta and add the array size to it.Henning Baldersheim2023-03-101-194/+61
* remove whitespace at end of linesArne Juul2023-01-151-3/+3
* Change from typedef to using in vespalib C++ code.Geir Storli2022-12-211-28/+26
* Rename clearHoldLists() -> reclaim_all_memory().Geir Storli2022-10-121-3/+3
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-3/+3
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-3/+3
* Add vespalib::datastore::CompactingBuffers.Tor Egge2022-10-041-10/+2
* Add CompactionSpec.Tor Egge2021-12-081-2/+4
* Change signatures for move() and move_btree_nodes() in BTreeStore to matchTor Egge2021-12-041-2/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add compaction of BTreeStore.Tor Egge2021-04-161-0/+3
* Add compaction of B-tree nodes in BTreeStore.Tor Egge2021-04-151-0/+4
* Have the BufferType::_emptyEntry be static.Henning Baldersheim2021-01-101-2/+9
* Move DefaultReclaimer from vespalib::btree to vespalib::datastore.Geir Storli2020-09-011-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-0/+509