You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does it so slow compare to the original one, the compress speed is just about 4MB/s, much slower than the origin one. Maybe we should replace bytearray with uint8_t* and manage it by PyMem_Realloc
Why does it so slow compare to the original one, the compress speed is just about 4MB/s, much slower than the origin one. Maybe we should replace bytearray with uint8_t* and manage it by PyMem_Realloc