0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use sys.runtime More... over 6 years ago
Prepare next development version More... over 6 years ago
Prepare next release More... over 6 years ago
Prepare next development version More... over 6 years ago
expose ground truth index and approximative index as properties of statistics decorator More... over 6 years ago
Prepare next release More... over 6 years ago
- fix npe on serializing empty index - fix class cast exception on scala index creation.. More... over 6 years ago
Prepare release More... over 6 years ago
- create scala type for distance function - move scala progress listener type outside the interface More... over 6 years ago
Expose distance comparator as a property of the index. You also need that to construct an identical index based on another index More... over 6 years ago
Throw specific exception when size has been exceeded. We may want to get rid of the limit all together and simply block and resize the index More... over 6 years ago
Next development version More... over 6 years ago
Prepare release More... over 6 years ago
Switch to deleting via marking and make it possible to retrieve all items in the idex so we can get rid of the deletd nodes by creating a new index from the old index More... over 6 years ago
Mistake in documentation More... over 6 years ago
Next development version More... over 6 years ago
Prepare release More... over 6 years ago
- Make sure lookup table gets updated within the global lock - Move util stuff to util package More... over 6 years ago
findNeighbors on exact index should not simply delegate to the hnswlib version More... over 6 years ago
This is an improvement in case we get a lot of upserts with exactly the same values, will make things a little worse if that's not the case More... over 6 years ago
Add docs for spark More... over 6 years ago
Missing javadoc More... over 6 years ago
Next development version More... over 6 years ago
Prepare release More... over 6 years ago
Add export step to release More... over 6 years ago
Should not be part of public api More... over 6 years ago
would not build on jdk 11 More... over 6 years ago
Use stamped lock More... over 6 years ago
Customize serialization by using readObject / writeObject methods, unfortunately this means marking fields non-final More... over 6 years ago
More remove issues More... over 6 years ago