jelmerk / hnswlib

Java library for approximate nearest neighbors search using Hierarchical Navigable Small World graphs
Apache License 2.0
260 stars 56 forks source link

Update Documentation #9

Closed ashfaq92 closed 4 years ago

jelmerk commented 4 years ago

The same comment line is found multiple times in the codebase so changing it just here would be confusing.

I did not really intend to reference proper java types here just give an indication of the type of data it contains , even with your changes Int is not a proper java type it would have to be Integer in case of the boxed primitive

I think i'll just leave it as is.