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.0
- Published
- Jun 4, 2021
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 2 hours ago –
Tools for package owners.