Skip to content

Releases: tunabay/go-bitarray

v1.3.1

Choose a tag to compare

@tunabay tunabay released this 03 Nov 02:41
0af7c81
  • Update the document and examples.
  • Use Go 1.17.
  • Tweak golangci-lint in CI.

v1.3.0

Choose a tag to compare

@tunabay tunabay released this 02 Oct 02:42
af2c584
  • Avoid bit-shifting in Buffer.Clone().
  • Add Builder.WriteBits() method.
  • Add Buffer.Uint*() and Buffer.PutUint*() methods.

v1.2.0

Choose a tag to compare

@tunabay tunabay released this 20 Sep 12:47
acd4a05
  • 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.