package sortedset
import "github.com/segmentio/asm/sortedset"
Index ¶
- func Dedupe(b []byte, size int) []byte
- func Intersect(dst, a, b []byte, size int) []byte
- func Union(dst, a, b []byte, size int) []byte
Functions ¶
func Dedupe ¶
Dedupe scans a slice containing contiguous chunks of a specific size, and removes duplicates in place.
func Intersect ¶
func Union ¶
Source Files ¶
dedupe.go dedupe16_amd64.go dedupe32_amd64.go intersect.go intersect16_amd64.go union.go union16_amd64.go
- Version
- v0.2.1
- Published
- Jun 5, 2021
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 52 minutes ago –
Tools for package owners.