Skip to content

client9/stringencoders

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 13, 2012 23:12
January 3, 2018 11:41
January 17, 2016 19:02
September 23, 2016 23:22
January 17, 2016 18:48
September 23, 2016 19:49
September 24, 2016 04:53
August 22, 2012 00:03
January 17, 2016 19:04
September 23, 2016 19:49
September 23, 2016 22:08
March 4, 2007 18:19
January 17, 2016 18:47
March 16, 2014 09:34
September 23, 2016 23:03
September 23, 2016 22:58

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