Y
Hacker News
new
|
ask
|
show
|
jobs
by
ki_
1262 days ago
huh? waw. strange. there are 2 fibers on the benchmarks. 1 slow and 1 really fast. Same for socketify. 1 fast, 1 slow. Why is this?
2 comments
cirospaciari
1261 days ago
in the case of socketify is CPython and PyPy running the same code, but both are really fast, in the case of fiber is without prefork and with prefork variants.
link
cirospaciari
1262 days ago
one uses pre-fork the other do not use pre-fork
link