jetset

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2016 License: BSD-3-Clause Imports: 4 Imported by: 12

README

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Set

type Set struct {
	// contains filtered or unexported fields
}

func (Set) Add

func (s Set) Add(e uint64) Set

func (Set) AddRange

func (a Set) AddRange(begin, end uint64) Set

func (Set) Complement

func (s Set) Complement(max uint64) Set

func (Set) Copy

func (s Set) Copy() Set

func (Set) Has

func (s Set) Has(e uint64) bool

func (Set) Intersection

func (a Set) Intersection(b Set) Set

func (Set) Intersects

func (a Set) Intersects(b Set) bool

func (Set) Len

func (s Set) Len() int

func (Set) String

func (set Set) String() string

func (Set) Union

func (a Set) Union(b Set) Set

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL