Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed-up decoding when validate==False #4

Open
mayeut opened this issue Aug 26, 2017 · 1 comment
Open

Speed-up decoding when validate==False #4

mayeut opened this issue Aug 26, 2017 · 1 comment

Comments

@mayeut
Copy link
Owner

mayeut commented Aug 26, 2017

Current C implementation falls back to pybase64._fallback.b64decode in this case (after alphabet translation, if any)

mayeut added a commit that referenced this issue Apr 5, 2018
Only implements this in C for now
Relates to #4
mayeut added a commit that referenced this issue Apr 5, 2018
Only implements this in C for now
Relates to #4
@mayeut
Copy link
Owner Author

mayeut commented Apr 6, 2018

Keeping open until a SIMD version is implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant