Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

rlespinasse/byteslice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

byteslice

Test Status Coverage Status GoDoc Go Report Card

How to

Run make help to see the available commands.

test it with coverage

$ make test
ok  	github.com/rlespinasse/byteslice	0.007s	coverage: 100.0% of statements

launch the benchmark

$ make bench
goos: ...
goarch: ...
pkg: github.com/rlespinasse/byteslice
BenchmarkRBit/get_low_bit_of_high_nibble-8              2000000000               1.76 ns/op
BenchmarkRBit/get_low_bit-8                             2000000000               1.76 ns/op
...
PASS
ok      github.com/rlespinasse/byteslice        154.701s