Michał Siedlaczek
Michał Siedlaczek
I also got rid of the index types macro replacing it with some template metaprogramming.
WAND is confusing because it suggests that it is specific to WAND algorithm but it's necessary for any scored algorithm.
Right now, it seems, if an option's help text is long, it will just go on, and wrap with the end of the terminal, and start from the far left...
v1
I've been working on starting a draft of index format specification and some code examples. Let's discuss! - (very early stage of) draft and lib code in [`include/pisa/v1`](https://github.com/pisa-engine/pisa/tree/v1/include/pisa/v1) - examples...
Here's what should be done in this PR: - [x] Exhaustive TAAT - [x] Lazy initialization - [x] Prefetching - [ ] ~SIMD?~ - [x] Block-wise aggregation - [x] TAAT...
This is still work in progress but you might have comments already. Basically, I introduce `QueryContainer` which is data that can be read from input and written to output (more...
This depends on #373 and until it's resolved, this remains a draft.
## Overview Optional compilation of dependencies allows for faster compilation (in cases the dependencies are not necessary) and possibly working around dependent libraries not compiling on a target. ## Details...
Gumbo parser relies on autotools to build it, yet we don't mention it [in the docs](https://pisa.readthedocs.io/en/latest/getting_started.html#building-the-code). Here's an example of what is needed on Ubuntu 18.04: ```bash sudo apt-get install...