Skip to content

Gman98ish/byteslice

 
 

Repository files navigation

byteslice

Build Status Coverage Status

How to

test it with coverage

$ go test -coverprofile=/tmp/byteslice-cover .
ok  	github.com/rlespinasse/byteslice	0.007s	coverage: 100.0% of statements

launch the benchmark

$ go test -bench=. .
goos: ...
goarch: ...
pkg: github.com/rlespinasse/byteslice
BenchmarkRBitState/get_low_bit_of_high_nibble-8         	2000000000	         1.99 ns/op
BenchmarkRBitState/get_low_bit-8                        	2000000000	         1.96 ns/op
...
PASS
ok  	github.com/rlespinasse/byteslice	158.442s

About

Manipulate of byte slices with endianness ordering support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%