surf

command module
v0.0.0-...-a34a5e8 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

Succinct Range Filters (SuRF)

Succinct Range Filters (SuRF) is a data structure providing probabilistic exact- and range- membership checks.

This implementation is done as part of a MSc lecture on data structures at the University of Fribourg. There's of course nothing stopping you from using it in a project of yours, but buyers beware. :)

Running tests and benchmarks

To run all tests run, from the root directory:

go test ./...

There are also some benchmarks, which can be run from the root directory:

go test ./... -bench=.

Licensing

Unless indicated otherwise, all parts of this project are licensed under the Apache 2.0 license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
bitops provides various bitwise utilities on uint64s which are not supported by math.bits.
bitops provides various bitwise utilities on uint64s which are not supported by math.bits.

Jump to

Keyboard shortcuts

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