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

Initial base64 implementation #28

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Initial base64 implementation #28

wants to merge 1 commit into from

Conversation

jtenner
Copy link
Contributor

@jtenner jtenner commented Mar 13, 2020

Another stab at a base64 implementation provided by https://github.com/lemire/fastbase64/blob/master/src/chromiumbase64.c

Not sure what the right way to use this software is, but we should probably use their license, and their tests to make sure everything works as intended.

  • The implementation requires a lot of data, is there any way to make this smaller?
  • What other tests should we include

@jtenner jtenner added the enhancement New feature or request label Mar 13, 2020
@jtenner jtenner self-assigned this Mar 13, 2020
@MaxGraey MaxGraey changed the title Initial implementation Initial base64 implementation Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant