nickna / Neighborly

An open-source vector database
MIT License
9 stars 2 forks source link

[WIP] fix: Index based operations of `MemoyMappedList.IndexOf` incorrect after deletion of leading vector #71

Open hangy opened 5 days ago

hangy commented 5 days ago

## 📝 Description

Will fix an issue with some index based methods of the MemoryMappedList. Underlying issue is that those methods currently don't skip tombstoned index entries correctly.

🔗 Related Issues

None

💡 Additional Notes

None