Live data from Hacker News

Viewing profile — dibyendu

dibyendu

HN member
Joined
Wed, Sep 06, 2017, 10:39 AM UTC
HN karma
10
Public activity
7 items

About dibyendu

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #42598486

    I implemented a concurrent recoverable B-link Tree some years ago based on research publication by Ibrahim Jaluta. Some details are here: https://simpledbm.readthedocs.io/en/latest…

  3. comment
    Comment #38780744

    Yes it is, but developer is no longer being funded by RedHat to work on it so its slowed down.

  4. comment
    Comment #38780740

    SSA is used internally, but the instruction set does not require SSA, if that's what you meant

  5. comment
    Comment #26422166

    I tried to find the last version that Dennis wrote: my findings are here: https://github.com/dibyendumajumdar/C

  6. comment
    Comment #24678577

    For a different optimizing C compiler that is also small, and usable as a JIT see MIR project by Vladimir Makarov - https://github.com/vnmakarov/mir/tree/master/c2mir

  7. comment
    Comment #15182580

    Hi, I think C's success is also because it was designed while solving real problems when writing UNIX. Unfortunately the newer languages that claim to be "systems" languages were n…