roaring

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package roaring implements the posting list by a roaring bitmap.

Index

Constants

This section is empty.

Variables

View Source
var (
	// DummyPostingList is an empty list.
	DummyPostingList = NewPostingList()
)

Functions

func NewPostingList

func NewPostingList() posting.List

NewPostingList returns a empty posting list.

func NewPostingListWithInitialData

func NewPostingListWithInitialData(data ...uint64) posting.List

NewPostingListWithInitialData return a posting list with initialized data.

func NewRange

func NewRange(start, end uint64) posting.List

NewRange return a posting list added the integers in [start, end).

Types

This section is empty.

Jump to

Keyboard shortcuts

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