/stringbank

Storing strings without GC overhead

Primary LanguageGoMIT LicenseMIT

stringbank

GoDoc Build Status

stringbank allows you to hold large numbers of strings without bothering the garbage collector. For small strings storage is reduced as the lengths are encoded compactly.