X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=64d9522a5a6b393fc5c539bfd4371de257ef9619;hb=8c40d71acb262d9efe84af89e28a448bddadbabe;hp=bae21703fdf73e8fe429bf429347df054722090a;hpb=0f7ca618fb8a2e501fe68e1760de9ee716e37c40;p=plocate diff --git a/README b/README index bae2170..64d9522 100644 --- a/README +++ b/README @@ -2,13 +2,20 @@ plocate, a locate based on posting lists, consuming mlocate inputs and making a much faster index. Does not support querying by regex, case-insensitivity or really any options. -Alpha stage; file format is subject to change. To build, run make. +Alpha stage; file format is subject to change. To build, run + + meson obj + cd obj + ninja If you wish to run some tests of the TurboPFor implementation against the reference implementation, you can run: git clone https://github.com/powturbo/TurboPFor-Integer-Compression - make -j8 bench + ( cd TurboPFor-Integer-Compression && make -j8 ) + cd obj + ninja reconfigure + ninja bench Copyright 2020 Steinar H. Gunderson . Licensed under the GNU General Public License, either version 2,