lesshaste

Results 21 issues of lesshaste

**Describe the bug** This is not a bug report, just a suggestion for how to speed up computation for short strings. **To Reproduce** In the benchmarks there is: > #1:...

enhancement
important

nsimplify("3") returns 3 as you would expect. But nsimplify("4678") returns a complicated fraction. Why is this? Adding rational=True resolves the problem. Similarly, if you omit the quotes there is no...

simplify

Is it possible to use HDBSCAN with the Levenshtein distance? My dataset is too large to make a full distance matrix to feed into it. The Levenshtein distance satisfies the...

I hope it isn't inappropriate to make feature requests, but it would be great if nmslib supported Hamming distance for alphabets of size greater than 2.

feature request

I tested the leven method as I was interested to see how fast and accurate it is. It seems that leven with hnsw (that is approximate leven) is slower than...

I was wondering whether this library uses the bit parallel speed up tricks from: https://www.win.tue.nl/~jfg/educ/bit.mat.pdf https://users.dcc.uchile.cl/~gnavarro/ps/jea06.pdf They seem very worthwhile.

enhancement

## ❓ Questions and Help Is it possible to get a version of the User Guide and the tutorials in pdf? It would be very useful to be able to...

doc

I am trying to use pyjulia for the first time on ubuntu 20.04. julia.install() looks to work perfectly. However I get: ``` from julia import Base --------------------------------------------------------------------------- CalledProcessError Traceback (most...

I apologise if this in the docs but I could not find it. I would like to convert NFAs to DFAs using the function nfa2dfa from Automa.jl. However I can't...

Thank you for writing humpday, it looks amazing. I tried out the following: ``` from math import cos, pi def rastrigin(a, b): A = 10 n = 2 value =...