summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/compaction
Commit message (Expand)AuthorAgeFilesLines
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-2/+3
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-151-1/+1
* Add CompactionStrategy methods to determine if compaction should be performed.Tor Egge2021-04-091-4/+2
* Take dead elements into account (and subtract them) when calculating how many...Geir Storli2021-03-011-4/+29
* Improve handling of changed alloc config.Tor Egge2021-02-021-0/+20
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* Adapt tests to work with free lists being enabled for multi-value mapping.Geir Storli2019-11-141-8/+45
* Enable free lists for multi-value mapping used in all multi-value attributes.Geir Storli2019-11-141-2/+2
* Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-241-1/+1
* Rename "cluster" concept in buffer type to "array".Geir Storli2019-03-151-3/+3
* Fix format strings in searchlib module.Tor Egge2019-03-121-1/+1
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-2/+2
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-2/+2
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-2/+2
* Add comments.Tor Egge2016-11-281-0/+3
* Unit test compaction triggered by address space usage.Tor Egge2016-11-281-15/+109
* Unit test attribute vector compaction.Tor Egge2016-11-244-0/+107