Tavian Barnes

Results 46 issues of Tavian Barnes

See https://github.com/erikbern/ann-benchmarks The state of the art is currently [HNSW](https://arxiv.org/abs/1603.09320).

enhancement

Based on https://github.com/tavianator/kd-forest/blob/adaafdd7043507cbceae65e78c38954e47103b5c/src/metric/approx.rs but generic. Related to the VP trees with "stretched" triangle inequality from https://github.com/nmslib/nmslib

enhancement

It would be nice if oomify was somehow compatible with asan etc.

enhancement
help wanted

stupicat turns this: ``` foo let bar; let baz; ``` into this: ``` foo let bar; let baz; ``` But apparently without the extra newline, pulldown-cmark doesn't think the ``...

bug

With cosmocc-3.3.6: ```console tavianator@tachyon $ cat foo.c #include static struct sigaction action = { .sa_sigaction = 0, .sa_flags = SA_RESTART | SA_SIGINFO, }; tavianator@tachyon $ cosmocc foo.c foo.c:6:1: internal compiler...