You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rename
* new node value won't change, pull it out of loop
* TODO
* wip
* Add markNodeDeleted
Bits parameter to search() is not required to be non-null
Add Bits.ALL and convenience methods
No cleanup yet
* remove View.getSortedNodes
* wip
* formatting
* replace validateGraph with assertGraphEquals
* clean out vestigial document cruft from mock vectorvalues
* format
* r/m numVectors field (always equal to array length)
* createRandom[]Vectors no longer leaves null entries that need to be cleaned outc
* formatting
* first test for deletions
* wiring in the purge. almost passes tests
* fix mergeNeighbors to not add duplicate nodes, and fix test to check for duplicates
* - fix removeDeletedNeighbors
- NN path can include self, so exclude it from candidates array
* - fix removeDeletedNeighbors
- NN path can include self, so exclude it from candidates array
* finish implementing renumbering for writes
* rename nsize0 -> maxDegree
* show input vectors when assert fails
* re-use buildSequentially
* encapsulate OHGI better
* instead of renumbering implicitly, let caller provide remapper
* add save and load methods for OHGI
* r/m unused CNS.insert method with confusing semantics
* fix insertDiverse ignoring current neighbors
* ram freed is proportional to nodes removed
* merge ConcurrentNeighborArray into NeighborArray
* fix node-present check
* make getSequentialRenumbering public
* add failing testRenumberingOnDelete
* refactor to take Map instead of Function; sort writes by new ordinal instead of old
* fix ci bitching about javadoc
* fix typos
0 commit comments