|
|
|
|
|
by mercurial
4968 days ago
|
|
Exactly. You have the same sort of solutions for squeezing additional performance out of Python and Ruby:
- using evented framework (network/IO bottleneck)
- using native code (CPU bottleneck)
- using a different implementation (Python has an edge here with PyPy, as long as your dependencies run on it) |
|