zlacker

[return to "Show HN: C discrete event SIM w stackful coroutines runs 45x faster than SimPy"]
1. quibon+wm[view] [source] 2026-02-03 17:39:41
>>ambonv+(OP)
I don't know enough about event simulation to talk API design in depth but I find the stackful coroutine approach super interesting so I'll be taking a look at the code later!

Do you plan on accepting contributions or do you see the repo as being a read-only source?

◧◩
2. ambonv+8o[view] [source] 2026-02-03 17:45:46
>>quibon+wm
I would be happy accepting contributions, especially for porting to additional architectures. I think the dependency is relatively well encapsulated (see src/port), but code for additional architectures needs to be well tested on the actual platform, and there are limits to how much hardware fits on my desk.
[go to top]