Skip to content

Initial base64 implementation - #28

Draft
jtenner wants to merge 1 commit into
mainfrom
base64-chromium
Draft

Initial base64 implementation#28
jtenner wants to merge 1 commit into
mainfrom
base64-chromium

Conversation

@jtenner

Copy link
Copy Markdown
Contributor

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

@jtennerjtenner added the enhancement New feature or request label Mar 13, 2020
@jtennerjtenner self-assigned this Mar 13, 2020
@MaxGraeyMaxGraey changed the title Initial implementationInitial base64 implementationMar 14, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jtenner