]> git.sesse.net Git - plocate/history - database-builder.cpp
Release plocate 1.1.22.
[plocate] / database-builder.cpp
2023-11-11 Steinar H. GundersonFix updatedb writing incomplete .db files under Termux.
2021-09-23 Steinar H. GundersonSupport kernels that don't know about O_TMPFILE.
2021-07-27 Steinar H. GundersonRun clang-format.
2021-02-19 Steinar H. GundersonReduce the amount of lseek() syscalls; evidently, ftell...
2021-02-19 Steinar H. GundersonSupport filesystems that do not support O_TMPFILE,...
2021-02-13 Steinar H. GundersonCall strlen() a bit less. Helps ~2% CPU.
2021-02-13 Steinar H. GundersonMicrooptimizations to docid counting.
2021-02-13 Steinar H. GundersonTake an assert off the hot path.
2021-02-12 Steinar H. GundersonOptimize trigram reading somewhat.
2021-02-11 Steinar H. GundersonReplace std::string with std::vector<unsigned char...
2021-02-11 Steinar H. GundersonStreamline the add_docid() path by removing a redundant...
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.