]> git.sesse.net Git - plocate/shortlog
plocate
2020-10-04 Steinar H.... When failing the benchmark tests, stop printing out...
2020-10-04 Steinar H.... Start reimplementing the TurboPFor decoding functions.
2020-10-04 Steinar H.... Turn off the SIMD temporarily.
2020-10-03 Steinar H.... Inline a function, for ~10% faster building.
2020-10-03 Steinar H.... Get rid of the hash table in plocate-build.
2020-10-03 Steinar H.... Simplify docid deduplication in plocate-builder.
2020-10-03 Steinar H.... Fix searching for very short (1 or 2 bytes) queries.
2020-10-02 Steinar H.... Format the usage slightly differently.
2020-10-02 Steinar H.... Make some padding in the header explicit.
2020-10-02 Steinar H.... Read mlocate.db using stdio.
2020-10-02 Steinar H.... Make the builder write out filenames as they get compre...
2020-10-01 Steinar H.... More microoptimization of the io_uring polling.
2020-10-01 Steinar H.... Support batch io_uring completions.
2020-10-01 Steinar H.... Do early reject of trigrams we can say up-front will...
2020-10-01 Steinar H.... clang-format.
2020-10-01 Steinar H.... Fix the early abort for zero-trigrams again.
2020-10-01 Steinar H.... Loosen up serialization to be about printing only.
2020-09-30 Steinar H.... Quit on unknown option.
2020-09-30 Steinar H.... Fix typo; plocate, not slocate.
2020-09-30 Steinar H.... Credit the source text in usage().
2020-09-30 Steinar H.... Support the --null option.
2020-09-30 Steinar H.... Support scanning for multiple patterns.
2020-09-30 Steinar H.... Start some basic command line options.
2020-09-30 Steinar H.... Rerun clang-format.
2020-09-30 Steinar H.... Support building without io_uring.
2020-09-30 Steinar H.... Add a missing .o to make clean.
2020-09-30 Steinar H.... Fix a bug where posting lists intersecting to nothing...
2020-09-30 Steinar H.... Switch trigram lookup from binary search to a hash...
2020-09-30 Steinar H.... Remove unused variable.
2020-09-30 Steinar H.... Test for errors from zstd.
2020-09-30 Steinar H.... Some dprintf fixes for plocate-build.
2020-09-30 Steinar H.... Replace mmap with io_uring.
2020-09-30 Steinar H.... Remove an unused macro.
2020-09-28 Steinar H.... Support patterns shorter than 3 bytes.
2020-09-28 Steinar H.... Format everything with clang-format.
2020-09-28 Steinar H.... Remove some commented-out code.
2020-09-28 Steinar H.... Abstract out some details of reading the corpus into...
2020-09-28 Steinar H.... Refactor scanning through a filename block into its...
2020-09-28 Steinar H.... Remove a redundant #include.
2020-09-28 Steinar H.... Optimize pending_docids storage for smaller posting...
2020-09-28 Steinar H.... Encode posting lists as we go.
2020-09-28 Steinar H.... Compress filename blocks as we read them.
2020-09-28 Steinar H.... Hold compressed filenames more efficiently in memory.
2020-09-28 Steinar H.... Deduplicate docids as we go.
2020-09-27 Steinar H.... Compress filenames with zstd.
2020-09-27 Steinar H.... In build debug output, print the total size.
2020-09-27 Steinar H.... Initial checkin.