|
|
|
|
|
by enduku
22 days ago
|
|
The `Cilk` angle is interesting. There’s still room for small runtimes focused just on fork/join recursion. I’ve been working on one for C: https://github.com/xtellect/cactus It’s narrower than Silk/SeaStar: continuation stealing for CPU-bound recursive code, not a general async I/O fiber runtime. |
|