aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/docstore/logdatastore/logdatastore_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-271-1/+1
* Drop non ancient non const GetSize/GetPositionHenning Baldersheim2023-07-181-4/+4
* Use std::filesystem::remove in docstore unit test.Tor Egge2023-07-141-18/+1
* Revert "- Pack data closer to let config fit in 2 cache lines instead of 4."Tor Egge2023-07-141-1/+1
* - Pack data closer to let config fit in 2 cache lines instead of 4.Henning Baldersheim2023-07-061-1/+1
* The _lid2Id _id2KeySet structures are not static, they follow the size of the...Henning Baldersheim2023-06-211-36/+36
* Obly count static memory as static.Henning Baldersheim2023-06-211-1/+1
* When computing size of visit cache count allocated bytes, not only used.Henning Baldersheim2023-06-161-3/+3
* - Move when possible.Henning Baldersheim2023-06-151-7/+7
* Use std::minstd_randHenning Baldersheim2023-03-171-2/+4
* Use thread safe random to see if that stabilizes the logdatastore_test.Henning Baldersheim2023-03-171-13/+11
* Factor out implementation dependent sizeof(std::set<NameId>).Tor Egge2023-03-151-1/+1
* Update test after rebaseHenning Baldersheim2023-03-141-2/+2
* Update expected sizesHenning Baldersheim2023-03-141-2/+2
* summary.cache.initialentries and summary.log.chunk.skipcrconread does not hav...Henning Baldersheim2023-03-141-2/+1
* Merge pull request #26433 from vespa-engine/balder/also-consider-static-cost-...Henning Baldersheim2023-03-141-12/+21
|\
| * Consider platform dependent sizeof(std::mutex) in test.Henning Baldersheim2023-03-141-2/+3
| * Track static cache usageHenning Baldersheim2023-03-141-2/+2
| * Wire in and test static memory usage for caches.Henning Baldersheim2023-03-141-12/+20
* | Handle that std:.mutex is platform dependentHenning Baldersheim2023-03-141-1/+1
|/
* Pre sizing is not necessary.Henning Baldersheim2023-03-141-1/+1
* Use a hash map to avoid a presize vector.Henning Baldersheim2023-03-141-3/+3
* Track memory usage of LogDataStoreHenning Baldersheim2023-03-141-0/+8
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-1/+1
* - Remove allowvisitcaching which has been true for many years.Henning Baldersheim2023-01-031-2/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-10/+10
* Use std::filesystem::resize_file.Tor Egge2022-07-031-2/+2
* Use std::filesystem to create and remove directories.Tor Egge2022-06-231-3/+3
* avoid nullptr derefHÃ¥vard Pettersen2022-06-211-1/+2
* Fix race conditions in vespalib::Cache.Tor Egge2022-04-291-0/+2
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-2/+2
* GC redundant convenience wasy of assigning primitive field values.Henning Baldersheim2022-03-071-2/+4
* Separate spread and bloatHenning Baldersheim2021-12-081-8/+7
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in searchlibArne Juul2021-02-151-23/+24
* Add alloc_aligned member function.Tor Egge2021-02-131-2/+1
* Forward declare MemoryAllocator in vespalib/util/alloc.h.Tor Egge2021-02-131-0/+1
* Use DirectoryHandler to reduce code duplication.Henning Baldersheim2020-05-131-19/+5
* Depends on scheduling order so range must be extended.Henning Baldersheim2020-05-111-1/+1
* Account and limit number of lids per file to reduce spkies during compaction.Henning Baldersheim2020-05-111-27/+37
* Update tests expected sizesHenning Baldersheim2020-01-081-2/+2
* Remove interface to modify buffer.Henning Baldersheim2020-01-081-3/+3
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-3/+3
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-1/+1
* Specify UTC explicitHenning Baldersheim2019-11-181-5/+5
* Don't ignore truncate result.Tor Egge2019-10-031-1/+2
* Port logdatastore unit test to Darwin.Tor Egge2019-09-291-1/+4
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2