proxy.golang.org : github.com/TomTonic/Set3 : v0.3.1
Set3 is an efficient set implementation in plain Go. Unlike many other set implementations, Set3 does not rely on Go's internal map data structure. Instead, it implements a hash set based on the "Fast, Efficient, Cache-friendly Hash Table" found in Abseil, Google's C++ libraries. As a result, Set3 is 10%-20% faster and the data structure uses 40% less memory than implementations based on `map[type]struct{}`.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/%21tom%21tonic/%21set3@v0.3.1
Published:
Indexed:
- github.com/davecgh/go-spew v1.1.1
- github.com/dolthub/maphash v0.1.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.9.0
- gopkg.in/yaml.v3 v3.0.1