Live data from Hacker News

Viewing profile — fantasai

fantasai

HN member
Joined
Tue, Apr 23, 2024, 7:48 PM UTC
HN karma
9
Public activity
1 items

About fantasai

No profile information was provided.

Recent public activity

  1. comment
    Comment #40136409

    Quadratic performance is a bit of an exaggeration. It's not O(N_items^2). It's N_tracks x N_items, and basically nobody has N_tracks ≈ N_items. Practically speaking, the upper limi…