|
|
|
|
|
by dilyevsky
479 days ago
|
|
> For performance, Go using CGO is going to be closer to Python than Go. That has not been my experience at all. While there’s still some overhead, recent versions have cgo per-call overhead under 50ns. Python is still nowhere near close especially with multiple threads being used. |
|
Yes, even with PyPy's heroic efforts.