socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.12k stars 86 forks source link

Some basic memory usage benchmarks. #271

Open ioquatix opened 1 year ago

ioquatix commented 1 year ago

Compare memory usage of threads vs fibers.

cc @MatheusRich

Contribution

MatheusRich commented 1 year ago

Thank you!