sadit / SimilaritySearch.jl

A nearest neighbor search library with exact and approximate algorithms
https://sadit.github.io/SimilaritySearch.jl/
MIT License
42 stars 7 forks source link

Matrix database items as ptr array #19

Closed sadit closed 2 years ago

sadit commented 2 years ago

Speed improvements with PtrArray

Note that PtrArray-based code improves a lot when julia is run with --check-bounds=no