binary

Generic and fast binary serializer for Go

MIT License

Stars
202

Bot releases are hidden (Show)

binary - v1.0.19 Latest Release

Published by kelindar 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/kelindar/binary/compare/v1.0.18...v1.0.19

binary - v1.0.18

Published by kelindar about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/kelindar/binary/compare/v1.0.17...v1.0.18

binary - v1.0.17

Published by kelindar almost 3 years ago

This release fixes a recently introduced regression while scanning structs with unexported fields.

binary - v1.0.16

Published by kelindar almost 3 years ago

This release contains a refactoring of internal readers used for unmarshaling by the decoder.

  • It speeds up varint decoding slightly by providing a methods ReadUvarint() and ReadVarint() directly in the reader.
  • When using a plain decoder with a byte.Buffer, it will now use the sliceReader which is more efficient compared to the newly introduced streamReader.
  • When using any other io.Reader it now checks if it also implements io.ByteReader and constructs an appropriate fallback if necessary.
binary - v1.0.15

Published by kelindar almost 3 years ago

binary - v1.0.14

Published by kelindar about 3 years ago

Added pointer support (see https://github.com/kelindar/binary/pull/7)

binary - v1.0.13

Published by kelindar about 3 years ago

Added sorted.Timeseries type

binary - v1.0.12

Published by kelindar about 3 years ago

Implicit sorting for timestamps

binary - v1.0.11

Published by kelindar about 3 years ago

Added sorted timestamps

binary - v1.0.10

Published by kelindar over 3 years ago

binary - v1.0.9

Published by kelindar over 4 years ago

binary - v1.0.8

Published by kelindar almost 5 years ago

binary -

Published by kelindar over 5 years ago

binary -

Published by kelindar over 5 years ago

binary -

Published by kelindar over 5 years ago

binary -

Published by kelindar over 5 years ago

binary -

Published by kelindar over 5 years ago

binary -

Published by kelindar over 5 years ago

binary - v1.0.1

Published by kelindar almost 6 years ago

Exporter sorted slice codecs

binary - First release

Published by kelindar about 6 years ago