Closed JRomainG closed 4 years ago
Possible fix for #69
It does not replace buffer with memoryview, which may result in the script being slower.
buffer
memoryview
Awesome, thank you so much!
Possible fix for #69
It does not replace
buffer
withmemoryview
, which may result in the script being slower.