https://github.com/philpearl/stringbank
Storing strings without GC overhead
https://github.com/philpearl/stringbank
Last synced: 2 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T15:41:13.000Z (about 5 years ago)
- Last Synced: 2024-11-17T12:49:18.172Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 82
- 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
[](https://godoc.org/github.com/philpearl/stringbank)
[](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.