philpearl / stringbank

Storing strings without GC overhead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Storing strings without GC overhead

License:MIT License


Languages

Language:Go 100.0%