package
0.0.0-20240615164402-742bdff4c8c2
Repository: https://github.com/naive-x/utils.git
Documentation: pkg.go.dev

# Functions

NewDedupe returns a dedupe instance which removes all duplicates Note: If byteLen is not correct/specified alterx may consume lot of memory.
No description provided by the author
No description provided by the author
WithUnique is an option to send unique values to the provided channel.

# Variables

MaxInMemoryDedupeSize (default : 100 MB).

# Structs

Dedupe is string deduplication type which removes all duplicates if.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Option is a type for variadic options in Drain.