Skip to content

symonk/set

Repository files navigation

GoDoc Build Status codecov Go Report Card License

Caution

set is currently in alpha and not fit for production level use.

set

set is a basic implementation of a Hashset in golang. set is underpinned by a hashmap (map[comparable]struct{}) to be exact and shares the same concurrency traits of a map.


About

A hashset implementation for go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published