chriso / intern

Fast, efficient string interning
MIT License
89 stars 6 forks source link
c intern interning string

Intern Build status

Fast, immutable string interning for C.

What is this?

Installation

$ cmake -G 'Unix Makefiles' -Wno-dev [OPTIONS]
$ make install

Options are:

Usage

Build your project with -lintern and include <intern/strings.h>.

See strings.h and optimize.h for more details.

Extra

Bindings for Go

License

MIT