RE: RE: Some limitations that I probably should have mentioned.
You are viewing a single comment's thread from:

RE: Some limitations that I probably should have mentioned.

Words
73
Reading
1 min
Listen
Play
8y

Well it works to a certain extent. Atm the Problem is the database structure, because the hashes are saved to sql where i only can check if they are exactly the same. To look for similar i would need to compute the hamming distance which is very slow because I need to compute it for every other hash in the database, which would be very slow. Therefore i need to expirement with b-trees.

@scientes: Well it works | Ecency