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
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
This module turned out to be the main performance bottleneck on a tool I've been working on, and I found out there could be some performance left on the table. On my computer* I'm getting 20-30% improved decoding speed by adding a few cython types, though I've not managed to clean up everything just yet.
Is this project still active? I can send a pull request and if you can check if the changes hold on other OSes/versions, it could be valuable for others.
This module turned out to be the main performance bottleneck on a tool I've been working on, and I found out there could be some performance left on the table. On my computer* I'm getting 20-30% improved decoding speed by adding a few cython types, though I've not managed to clean up everything just yet.
Is this project still active? I can send a pull request and if you can check if the changes hold on other OSes/versions, it could be valuable for others.
* under python 3.10 64 bit, on windows 10