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

Faster transfer for binaries #9

Open
nickzoic opened this issue May 5, 2017 · 0 comments
Open

Faster transfer for binaries #9

nickzoic opened this issue May 5, 2017 · 0 comments

Comments

@nickzoic
Copy link
Owner

nickzoic commented May 5, 2017

micropython includes uzlib and ubinascii so we could get a lot better throughput using a combination of those instead of repr.

uzlib helps quite a lot with source code and ubinascii helps a lot with binaries (since repr ends up full of \xf0 type codes, better to base64 encode them)

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

No branches or pull requests

1 participant