This creates two fastbase64 utilities. #949
Merged
lemire merged 44 commits intobettertoolsfrom Mar 25, 2026
Merged
Conversation
…nt as a dropin replacement for the standard BSD/mac util. And fastbase.coreutils which is meant as a replacement for the GNU coreutils base64 program.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
lemire
added a commit
that referenced
this pull request
Apr 2, 2026
* better tools * adding script. * update * don't be so silly * lint * updating script * update results. * various minor fixes * using std::fputc * various fixes * more fixes. * fixing script * This creates two fastbase64 utilities. (#949) * This creates two fastbase64 utilities. We have fastbase64 that is meant as a dropin replacement for the standard BSD/mac util. And fastbase.coreutils which is meant as a replacement for the GNU coreutils base64 program. * minor fix for windows * minor fixes * minor fix * another option? * Update man/fastbase64.coreutils.1 Co-authored-by: Copilot <[email protected]> * Update tools/CMakeLists.txt Co-authored-by: Copilot <[email protected]> * handling gnumode differently. * Update man/fastbase64.coreutils.1 Co-authored-by: Copilot <[email protected]> * Update man/fastbase64.coreutils.1 Co-authored-by: Copilot <[email protected]> * putting back the damn thing. * another fix * Update tools/CMakeLists.txt Co-authored-by: Copilot <[email protected]> * tuning. * adding tests * more testing * fixing windows * make script more portable * more windows fixes * Update tests/CMakeLists.txt Co-authored-by: Copilot <[email protected]> * Update tests/fastbase64/test_fastbase64.py Co-authored-by: Copilot <[email protected]> * Update tests/fastbase64/test_fastbase64.py Co-authored-by: Copilot <[email protected]> * various additional fixes * Update tools/fastbase64.cpp Co-authored-by: Copilot <[email protected]> * Update man/fastbase64.1 Co-authored-by: Copilot <[email protected]> * Update man/fastbase64.coreutils.1 Co-authored-by: Copilot <[email protected]> * Update tools/CMakeLists.txt Co-authored-by: Copilot <[email protected]> * Update tools/fastbase64.cpp Co-authored-by: Copilot <[email protected]> * tweaks * forgot to check it in. * many more fixes * more tweaking * more fixes * Update README.md Co-authored-by: Copilot <[email protected]> * Update tests/fastbase64/test_fastbase64.py Co-authored-by: Copilot <[email protected]> * more fixing. * minor fix * more tests * tuning. * ok * making it prettier. * more fine tuning. --------- Co-authored-by: Copilot <[email protected]> * Update tests/CMakeLists.txt Co-authored-by: Copilot <[email protected]> * Update tools/CMakeLists.txt Co-authored-by: Copilot <[email protected]> * a few fixes * adding see also. * fixing bad exceptions. * lint * minor tweaks. * fixing script. * fixing test script. * lint --------- Co-authored-by: Copilot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have fastbase64 that is meant as a dropin replacement for the standard BSD/mac util. And fastbase.coreutils which is meant as a replacement for the GNU coreutils base64 program.
Merging this would change the bettertools branch, not the main branch.
Both utilities would have more functionalities than the original ones, but that's fine.