Deni90 / stringencoders

Fast c-string transformations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Alpine Linux / musl-libc

About

Fast c-string transformations

License:Other


Languages

Language:C++ 50.7%Language:C 35.1%Language:JavaScript 6.4%Language:HTML 3.3%Language:Python 1.9%Language:Makefile 1.0%Language:Objective-C 0.6%Language:CSS 0.4%Language:Shell 0.2%Language:M4 0.2%