Viewing profile — dibyendu
dibyendu
HN member- Joined
- Wed, Sep 06, 2017, 10:39 AM UTC
- HN karma
- 10
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About dibyendu
No profile information was provided.
Recent public activity
- story
-
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…
-
comment
Comment #38780744
Yes it is, but developer is no longer being funded by RedHat to work on it so its slowed down.
-
comment
Comment #38780740
SSA is used internally, but the instruction set does not require SSA, if that's what you meant
-
comment
Comment #26422166
I tried to find the last version that Dennis wrote: my findings are here: https://github.com/dibyendumajumdar/C
-
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
-
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…