queue

package
v0.0.0-...-cbd5ca3 Latest Latest
Warning

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

Go to latest
Published: May 25, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package queue implements a simple queue for uint64s - it is not thread safe (uncomment the mutex lines if you need thread safety)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQueue

func NewQueue() *uint64Queue

NewQueue is the constructor function for a uint64Queue

Types

type Pair

type Pair struct {
	X uint64
	Y int32
}

Pair holds an uint64 and an int32 this is used by HULK for recording minimizers (value + seq position), or for passing minimizers (value + histogram bin)

Jump to

Keyboard shortcuts

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