Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philpearl/stringbank
- Owner: philpearl
- License: mit
- Created: 2018-06-07T08:00:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T15:41:13.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T19:47:08.585Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 79
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-go-perf - philpearl/stringbank - Storing strings without GC overhead. (Storage)
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.