Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.
/ stringencoders Public archive

Fast c-string transformations

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

client9/stringencoders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1448a9 · Mar 6, 2018
Aug 13, 2012
Apr 1, 2010
Oct 7, 2012
Mar 6, 2018
Jan 3, 2018
Jan 18, 2016
Sep 23, 2016
Jan 18, 2016
Sep 23, 2016
Sep 24, 2016
Aug 22, 2012
Jan 18, 2016
Sep 23, 2016
Sep 23, 2016
Mar 4, 2007
Jan 18, 2016
Sep 24, 2016
Mar 16, 2014
Mar 16, 2014
Mar 17, 2016
Sep 23, 2016
Sep 23, 2016
Sep 23, 2016

Repository files navigation

fast c-string transformations

Build Status

Hello!

I don't use this library anymore and try to avoid C programming if possible. That said, I'm very happy to accept pull-requests and collaborators.

Install from Source

  • You'll need to install autoconf, automake and libtool
  • run ./bootstrap.sh
  • run ./configure
  • run make && make check

Known Issues:

  • modp_base64_decode expects aligned strings as input. For Intel, is doesn't matter. But for ARM chips it can segfault.
  • modp_numtoa.c functions may produce different rounding than whatever printf is on your system.
  • On mingw (windows) compiling with -D__USE_MINGW_ANSI_STDIO gives the standard prinf behavior.

Alpine Linux / musl-libc

About

Fast c-string transformations

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published