File: README.md

package info (click to toggle)
golang-github-pointlander-jetset 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 64 kB
  • ctags: 31
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# jetset
compressed set

JetSet is a compressed set of numbers.
Numbers added to the set will be compressed with delta coding followed by Burrows Wheeler compression.
Common set functions are supported.