|
|
|
|
|
by riobard
4860 days ago
|
|
Completely agree. APIs are so important for many optimizations to pull off. I'd really like to use a lot more buffer()/memoryview() objects in Python. Unfortunately many APIs (e.g. sockets) won't work well with them (at least in Python 2.x. Not sure about 3.x). So we ended up with tons of unnecessary allocation and copying all over the place. So sad. |
|