Registry / utility / tmthrgd-go-memset

tmthrgd-go-memset

JSON →
library0.0.0-20190904060434-6fb7a21f88f1gogounverified

Package memset is an efficient memset implementation for Golang.

go get github.com/tmthrgd/go-memset
INSTALL
IMPORT
SIG · TMTHRGD-GO-MEMSET
T
tmthrgd-go-memset
utilitygov0.0.0-20190904060434-6fb7a21f88f1
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.

memset
✓ github.com/tmthrgd/go-memset

Fills a byte slice with 0xFF using memset.

package main import ( "fmt" "github.com/tmthrgd/go-memset" ) func main() { buf := make([]byte, 10) memset.Memset(buf, 0xFF) fmt.Println(buf) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190904060434-6fb7a21f88f1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tmthrgd-go-memset — go get tmthrgd-go-memset · libregistry