|
|
|
|
|
by std_throwawayay
2687 days ago
|
|
> CPython is really quite slow by design. The data structures are slow by design. The way we use these data structures is quite inefficient. Having a fast interpreter only about doubles the execution speed in most programs leaving another factor of 50 open for future generations. |
|
Ints and classes can be slow though.
Anything I don't know ?