Registry / utility / caffix-stringset

caffix-stringset

JSON →
library0.2.0gogounverified

A high-performance string set implementation for Go.

go get github.com/caffix/stringset
INSTALL
IMPORT
SIG · CAFFIX-STRINGSET
C
caffix-stringset
utilitygov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

stringset
✓ github.com/caffix/stringset

Creates a new string set and adds an element.

package main import ( "github.com/caffix/stringset" ) func main() { s := stringset.New() s.Add("foo") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
caffix-stringset — go get caffix-stringset · libregistry