package sortedset

import "github.com/segmentio/asm/sortedset"

Index

Functions

func Dedupe

func Dedupe(b []byte, size int) []byte

Dedupe scans a slice containing contiguous chunks of a specific size, and removes duplicates in place.

func Intersect

func Intersect(dst, a, b []byte, size int) []byte

func Union

func Union(dst, a, b []byte, size int) []byte

Source Files

dedupe.go dedupe16_amd64.go dedupe32_amd64.go intersect.go intersect16_amd64.go union.go union16_amd64.go

Version
v0.2.0
Published
Jun 4, 2021
Platform
darwin/amd64
Imports
2 packages
Last checked
2 hours ago

Tools for package owners.