]> git.sesse.net Git - plocate/blob - README
Switch build systems to Meson.
[plocate] / README
1 plocate, a locate based on posting lists, consuming mlocate inputs
2 and making a much faster index. Does not support querying by regex,
3 case-insensitivity or really any options.
4
5 Alpha stage; file format is subject to change. To build, run
6
7   meson obj
8   cd obj
9   ninja
10
11 If you wish to run some tests of the TurboPFor implementation against
12 the reference implementation, you can run:
13
14   git clone https://github.com/powturbo/TurboPFor-Integer-Compression
15   ( cd TurboPFor-Integer-Compression && make -j8 )
16   cd obj
17   ninja reconfigure
18   ninja bench
19
20 Copyright 2020 Steinar H. Gunderson <steinar+git@gunderson.no>.
21 Licensed under the GNU General Public License, either version 2,
22 or (at your option) any later version. See the included file COPYING.