]> git.sesse.net Git - plocate/history - database-builder.cpp
Remove an unused member. Saves ~0.5% CPU due to better cache efficiency.
[plocate] / database-builder.cpp
2021-02-11 Steinar H. GundersonRemove an unused member. Saves ~0.5% CPU due to better...
2021-02-11 Steinar H. GundersonInline EncodingCorpus::get_pl_builder(). Saves ~2%...
2021-02-11 Steinar H. GundersonRename Corpus to EncodingCorpus, and make it private.
2020-12-12 Steinar H. GundersonCompile on systems without O_TMPFILE.
2020-12-09 Steinar H. GundersonFix an issue where the database was too small to create...
2020-12-05 Steinar H. GundersonFix an issue where the database could be built with...
2020-11-28 Steinar H. GundersonFix writing of the configuration block.
2020-11-25 Steinar H. GundersonRun clang-format.
2020-11-24 Steinar H. GundersonAdd a native updatedb.
2020-11-21 Steinar H. GundersonMake DatabaseBuilder write the file atomically.
2020-11-10 Steinar H. GundersonRemove unfinished debug code.
2020-11-10 Steinar H. GundersonSplit DatabaseBuilder into its own compilation unit.