Skip to content

Releases: tunabay/go-bitarray

v1.3.1

03 Nov 02:41
0af7c81
Compare
Choose a tag to compare
  • Update the document and examples.
  • Use Go 1.17.
  • Tweak golangci-lint in CI.

v1.3.0

02 Oct 02:42
af2c584
Compare
Choose a tag to compare
  • Avoid bit-shifting in Buffer.Clone().
  • Add Builder.WriteBits() method.
  • Add Buffer.Uint*() and Buffer.PutUint*() methods.

v1.2.0

20 Sep 12:47
acd4a05
Compare
Choose a tag to compare
  • Add functions and methods to copy bits from/into Buffer.
  • Add an offset to Buffer data structure to avoid unnecessary bit-shifting.
  • Add Buffer.Slice() methods.
  • Add NewBufferFromByteSlice() that can handle []byte as a bit array without copying it.
  • Add other trivial methods.