On my machine (Apple M4 Max):
- 53 KB per ractor
- 71 KB per thread
- 48 KB per fiber
And performance overhead (10k simple, linear return value):
user system total real
ractor 0.783589 0.368951 1.152540 ( 1.074543)
thread 0.917771 0.449474 1.367245 ( 1.198391)
fiber 0.009250 0.017416 0.026666 ( 0.026904)