Hacker News new | ask | show | jobs
by nn3 2035 days ago
I think Microsoft uses with btrees:

https://github.com/microsoft/ALEX

Of course they call it "ML", but it's just a linear interpolation for faster tree search.

1 comments

Very cool, seems much higher quality than the RMI library. I’m hoping more of these learned data structures make their way into libraries.