Hacker News new | ask | show | jobs
by ioquatix 2934 days ago
Thanks for the detailed reply. It made me feel excited, and I want to benchmark the differences.

Where is your implementation?

1 comments

User space stack switching libraries is kind of my hobby, so I have actually multiple ones:

// A more canonical implementation: https://github.com/gpderetta/libtask/blob/master/continuatio...

// Aggressively optimized: https://github.com/gpderetta/delimited/blob/master/delimited...