Live data from Hacker News

Viewing profile — Spoof7726

Spoof7726

HN member
Joined
Wed, Jul 03, 2024, 7:47 AM UTC
HN karma
9
Public activity
4 items

About Spoof7726

No profile information was provided.

Recent public activity

  1. comment
    Comment #42535898

    > Fish also uses threads for its award-winning (note to editor: find an actual award) autosuggestions and syntax highlighting, and one long-term project is to add concurrency to th…

  2. comment
    Comment #42332470

    I completely agree. I don’t think the paper is practical either; I shared it only to show that random access is possible in theory.

  3. comment
    Comment #42332395

    Because division is not trivial. Even computing x mod 3 for an n-bit integer x is O(n), if x is represented in the binary form.

  4. comment
    Comment #42331595

    This is exactly a Succinct Data Structure. The solution proposed by the author doesn't allow random access; that is, you can't access a specific A[i] unless you unpack all of them.…