Skip to content

oyi812/bitpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitpack

Go Report Card PkgGoDev LICENSE

Efficiently encode/decode int tuples of predefined or prefixed sizes into/from byte slices.

Tests

See test file for example useage.

go test .

Benchmarks

Benchmark against go's standard library var int binary encoding.

go test -bench .

Build

  go get -v -t ./...
  go test -v ./...

About

Binary string concatenation utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages