Live data from Hacker News

Viewing profile — bencoleman

bencoleman

HN member
Joined
Fri, Jun 25, 2021, 5:11 AM UTC
HN karma
2
Public activity
3 items

About bencoleman

No profile information was provided.

Recent public activity

  1. comment
    Comment #28600969

    Author here - thanks for the feedback everybody! Agree that the weighted version and the skeleton version would be cool to talk about. Perhaps in future :)

  2. comment
    Comment #27627731

    yes, this is true. In 2D/3D, sorting into regular space partitions of exponentially decreasing size (e.g. KD-trees) is far more effective - roughly log(N) vs N^rho (rho < 1). In hi…

  3. comment
    Comment #27627523

    This thread contains many excellent points, and it's true that LSH is no longer SOTA for ANN problems. Generally, LSH indices are much faster to construct but slower to query than …