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

Simplify encoding (no functional changes) #15

Merged
merged 3 commits into from
May 29, 2020
Merged

Simplify encoding (no functional changes) #15

merged 3 commits into from
May 29, 2020

Conversation

ribasushi
Copy link
Contributor

Reduce work-buffer alocation size to the absolute minimum. Unlike my other PR this does not change the performance at all ( it stays virtually the same ). Rather the allocation is halved, specifically https://github.com/ribasushi/base58/commit/505011d34545eb060ec69be9ab0e14c19db6e48b#diff-20a30baf90cfb9bb539a06cf6ecebcd1L36-R41

Cheers!

Reduce work-buffer alocation size to the absolute minimum
@ribasushi
Copy link
Contributor Author

/cc @prusnak again, as this should also be of interest

ribasushi added 2 commits May 24, 2020 01:25
Every time I look at this code I find another nit /o\
@mr-tron mr-tron merged commit ebd5414 into mr-tron:master May 29, 2020
@ribasushi ribasushi deleted the lessmem branch May 29, 2020 14:59
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

Successfully merging this pull request may close these issues.

2 participants