2020-10-14 |
Steinar H.... | Release plocate 1.0.3. 1.0.3 |
commit | commitdiff | tree | snapshot |
2020-10-14 |
Steinar H.... | In plocate-build, open the file only once. |
commit | commitdiff | tree | snapshot |
2020-10-14 |
Steinar H.... | If plocate-build cannot open the output file, give... |
commit | commitdiff | tree | snapshot |
2020-10-14 |
Steinar H.... | Add some options for controlling installation and proce... |
commit | commitdiff | tree | snapshot |
2020-10-14 |
Steinar H.... | Unbreak compilation for non-x86. |
commit | commitdiff | tree | snapshot |
2020-10-14 |
Steinar H.... | Unbreak compilation of bench. |
commit | commitdiff | tree | snapshot |
2020-10-13 |
Steinar H.... | Support --debug for plocate-build, and unbreak some... |
commit | commitdiff | tree | snapshot |
2020-10-13 |
Steinar H.... | Fix --version in plocate-build. |
commit | commitdiff | tree | snapshot |
2020-10-13 |
Steinar H.... | Use zstd dictionaries. |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Steinar H.... | Reuse zstd compression contexts, for a tiny speed boost. |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Steinar H.... | Bump version number. |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Steinar H.... | Release plocate 1.0.2. 1.0.2 |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Steinar H.... | Add a NEWS file (pretty boring currently). |
commit | commitdiff | tree | snapshot |
2020-10-12 |
Steinar H.... | Fix some 32-bit issues. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Update the correct (generated) version of update-plocat... |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Bump the version number. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Release plocate 1.0.1. 1.0.1 |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Make update-plocate.sh work properly if installed to... |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Unbreak non-trigram matches after we changed to asynchr... |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Correct section of plocate-build manpage. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Bump version number. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Release plocate 1.0.0. 1.0.0 |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Do the access checking asynchronously if possible. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Use the PRId64 #define for formatting int64. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Add debug output if io_uring initialization fails. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Fix #include order. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Remove some unneeded whitespace. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Disallow limit <= 0. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | README updates. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Steinar H.... | Add some man pages. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Add support for some basic options in plocate-build... |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Implement support for larger basevals in TurboPFor. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Support searching by regexp (brute force only). |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Write new --help text from scratch, so that we have... |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Add a --version option. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Allow giving --debug to enable debugging (but drops... |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Unbreak the --null long option. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Use globs if there are wildcards in the pattern. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Some clang-formatting. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Support case-insensitive searches. |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Generalize the sort+unique+erase pattern into unique_so... |
commit | commitdiff | tree | snapshot |
2020-10-10 |
Steinar H.... | Remove the double filtering of too large posting lists... |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Steinar H.... | Better printing of trigrams in debug messages, especial... |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Steinar H.... | Full scans (not trigram-based) would always print count... |
commit | commitdiff | tree | snapshot |
2020-10-09 |
Steinar H.... | clang-format again (IWYU and clang-format seemingly... |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Run include-what-you-use. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Move TurboPFor compilation to its own compilation unit. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | clang-format. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Fix a harmless memory leak in plocate-build. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Fix some Valgrind issues in plocate-build. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Make the searcher ASan-clean. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Unbreak runs with no --limit. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Document slop requirements for TurboPFor decoding. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Implement the --limit option. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Implement the --count option. |
commit | commitdiff | tree | snapshot |
2020-10-08 |
Steinar H.... | Switch build systems to Meson. |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Fix some warnings found by Clang. |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | clang-format again. |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Switch to our own TurboPFor encoder. |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Remove unneeded vp4.h #include from plocate.cpp. |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Make the builder delta-encode posting lists as we go. |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Run clang-format. |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Fix a warning. |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Hand-roll zeroing of destination docids for SSE2; takes... |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Fix 32-bit compile (without -msse2). |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Move exception shifting to later; allows us to get... |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Unroll and specialize decode_bitmap_sse2(). |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Steinar H.... | Fix undefined behavior when bit_width == 32. |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Steinar H.... | Move SSE2 bit reader functionality out into a class. |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Steinar H.... | Fuse delta decoding into the decoding loops where appro... |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Steinar H.... | Convert the SSE2 delta decoder state into a class. |
commit | commitdiff | tree | snapshot |
2020-10-06 |
Steinar H.... | Add some benchmark calculations to bench.cpp. |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Steinar H.... | Add SSE2 versions of the _interleaved codecs. |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Steinar H.... | Small refactoring to reduce code duplication. |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Steinar H.... | Speed up delta-decoding, giving us 50% (!) speed boost... |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Steinar H.... | Support decoding the SIMD interleaved TurboPFor formats. |
commit | commitdiff | tree | snapshot |
2020-10-05 |
Steinar H.... | Add bench to clean. |
commit | commitdiff | tree | snapshot |
2020-10-04 |
Steinar H.... | Support setting LDFLAGS. |
commit | commitdiff | tree | snapshot |
2020-10-04 |
Steinar H.... | When failing the benchmark tests, stop printing out... |
commit | commitdiff | tree | snapshot |
2020-10-04 |
Steinar H.... | Start reimplementing the TurboPFor decoding functions. |
commit | commitdiff | tree | snapshot |
2020-10-04 |
Steinar H.... | Turn off the SIMD temporarily. |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Steinar H.... | Inline a function, for ~10% faster building. |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Steinar H.... | Get rid of the hash table in plocate-build. |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Steinar H.... | Simplify docid deduplication in plocate-builder. |
commit | commitdiff | tree | snapshot |
2020-10-03 |
Steinar H.... | Fix searching for very short (1 or 2 bytes) queries. |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Steinar H.... | Format the usage slightly differently. |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Steinar H.... | Make some padding in the header explicit. |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Steinar H.... | Read mlocate.db using stdio. |
commit | commitdiff | tree | snapshot |
2020-10-02 |
Steinar H.... | Make the builder write out filenames as they get compre... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Steinar H.... | More microoptimization of the io_uring polling. |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Steinar H.... | Support batch io_uring completions. |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Steinar H.... | Do early reject of trigrams we can say up-front will... |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Steinar H.... | clang-format. |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Steinar H.... | Fix the early abort for zero-trigrams again. |
commit | commitdiff | tree | snapshot |
2020-10-01 |
Steinar H.... | Loosen up serialization to be about printing only. |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Steinar H.... | Quit on unknown option. |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Steinar H.... | Fix typo; plocate, not slocate. |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Steinar H.... | Credit the source text in usage(). |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Steinar H.... | Support the --null option. |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Steinar H.... | Support scanning for multiple patterns. |
commit | commitdiff | tree | snapshot |
next |