Ludwig Schmidt

Results 20 issues of Ludwig Schmidt

It would be nice to use Eigen's sparse vector class because it supports linear algebra operations without additional work on our side (as opposed to the std::vector we are currently...

Probably good to figure #5 out first.

We should see if we can do something similar to annoy's mmap solution.

Computing the candidate distances with reduced precision (8 or 16 bit integers) could give a large speed-up. We could also use the low-precision distances as a filter and do a...

performance

See https://github.com/google/fuzzer-test-suite/blob/master/tutorial/libFuzzerTutorial.md

low_priority

Points to cover: - Linting `clang-format --style=Google -i ` - Running unit tests (ideally also set up some continuous integration service, see #13) - Pull requests - What else?

The build targets for all the tests should be generated fully automatically by a script. The list of headers can also be generated by a script.

When I try to run the GloVe example on my Mac, I get the following error: http://pastebin.com/heW2aF5P The unzip version is http://pastebin.com/W7ykXz8G . The SHA1 seems to match what towhee...