Hacker News new | ask | show | jobs
by ashvardanian 911 days ago
Interesting! Haven't heard of KlongPy before!

We currently support several techniques if you want to provide custom distance functions to USearch, instead of using the default SimSIMD variants. At this point its Numba, Cppyy, and PeachPy: https://unum-cloud.github.io/docs/usearch/python/index.html

Maybe KlongPy can be the next one ;)

1 comments

I was mainly surprised how fast NumPy can be if you push it. KlongPy is effectively a NumPy DSL (array language). So vector thinking is natural.