Skip to content

whitemike889/stringencoders

 
 

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

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 41.1%
  • C 35.7%
  • C++ 9.8%
  • JavaScript 6.4%
  • HTML 3.3%
  • Python 1.9%
  • Other 1.8%