HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dibyendu

10 karmajoined 9 yıl önce

Submissions

Enhancing GNU-Pth for m:n threading using Claude and Codex

medium.com
1 points·by dibyendu·3 gün önce·0 comments

comments

dibyendu
·2 yıl önce·discuss
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/developerguide.ht...

Implementation is here: https://github.com/dibyendumajumdar/simpledbm
dibyendu
·3 yıl önce·discuss
Yes it is, but developer is no longer being funded by RedHat to work on it so its slowed down.
dibyendu
·3 yıl önce·discuss
SSA is used internally, but the instruction set does not require SSA, if that's what you meant
dibyendu
·5 yıl önce·discuss
I tried to find the last version that Dennis wrote: my findings are here:

https://github.com/dibyendumajumdar/C
dibyendu
·6 yıl önce·discuss
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