Y
Hacker News
new
|
ask
|
show
|
jobs
by
bendtb
224 days ago
What’s the advantage if this being in python?
2 comments
varshith17
223 days ago
The point isn’t raw speed it’s hackability. You can plug in new models or indexing layers in minutes without dropping to C++.
link
steffann
224 days ago
I think the “simple, modular, and extensible” makes this interesting. And for those, it being written in Python are relevant.
link
varshith17
223 days ago
Exactly Python makes the whole stack composable instead of compiled shut. That’s where the fun (and flexibility) lives.
link