summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/array_store_config
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ArrayStore to support generic type id to array size mappers.Geir Storli2022-09-291-11/+13
| | | | The default type mapper uses a 1-to-1 mapping between type id and array size for small arrays.
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* use size literals in vespalibArne Juul2021-02-151-1/+2
|
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
| | | | Rename namespace search::datastore to vespalib::datastore.
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-272-0/+92
Namespace is still `search` and not `vespalib` due to the massive amount of code that would need to be modified for such a change. Other changes: - Move `BufferWriter` from searchlib to vespalib - Move assertion and rand48 utilities from staging_vespalib to vespalib - Move gtest utility code from staging_vespalib to vespalib