Settings

Theme

Kth: High-Performance Selection Algorithms for Go

github.com

79 points by tsenart a year ago · 6 comments

Reader

brodouevencode a year ago

Request: version the library so it's a little easier to manage.

nnx a year ago

This looks interesting but I can't think of an use case. Can you share some examples where it could be useful?

  • tsenartOP a year ago

    Yes! A typical use case is to efficiently implement ORDER BY LIMIT N in SQL databases in a way that doesn’t require sorting the entire column just to get those first N items.

    • johnthescott a year ago

      i assume this go code runs in the client since pg does not support golang server side. why would a client side ordering be faster than doing in the database?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection