Michał Siedlaczek
Michał Siedlaczek
The problem is we don't define `install` at all in our `CMakeLists.txt`. There are two things I see missing that we must do: - define library installation rule(s) to have...
## Overview I refactor this to simplify the usage. There is a single public way of retrieving a "type" object for an index based on the encoding: ```cpp auto index_type...
Note: tests are failing because I'm waiting for #457 to be merged.
I'll also work on documentation in code.
GCC 7 keeps crashing with an internal bug, even though the same version compiles it just fine locally. I couldn't yet figure out what's wrong. I'll probably look at it...
> RE. failing builds, I think this is a memory consumption issue. For reference, the peak memory usage for builds with a single thread on the `evaluate_queries` target (which I...
@JMMackenzie I just ran the whole compilation from `master` on my laptop, and I get 5.4 GB peak memory. Can you try again and make sure you have current master...
Right, the problem from this PR still persists, but fixing the other problem makes some tests pass.
Yes, so we should have something of this sort. We should be able to do several things: 1. Verify that a certain dir exists or not, 2. Verify that a...
As of the latest commit, we can compress an index (`compress` program) and run queries both for evaluation and benchmarks with `query` program. It's not yet parameterized by algorithm, so...