Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philpearl/stringbank

Storing strings without GC overhead
https://github.com/philpearl/stringbank

Last synced: about 2 months ago
JSON representation

Storing strings without GC overhead

Awesome Lists containing this project

README

        

# stringbank

[![GoDoc](https://godoc.org/github.com/philpearl/stringbank?status.svg)](https://godoc.org/github.com/philpearl/stringbank)
[![Build Status](https://travis-ci.org/philpearl/stringbank.svg)](https://travis-ci.org/philpearl/stringbank)

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.