Skip to content

Releases: DataDog/sketches-go

v1.1.0

13 Jul 15:14
85007b8
Compare
Choose a tag to compare
  • Add a buffered paginated store implementation, which offers better performance and increased space efficiency, especially for small sketches and in the presence of outliers (#31)
  • Allow converting sketches to a new index mapping, hence allowing merging sketches with distinct mappings (#34)
  • Add a function to compute the approximate sum of recorded values (#35)
  • Allow changing the scale of the weights of recorded values (#36)
  • Add functions to empty sketches and stores, allowing reusing sketches and already allocated memory space (#37)
  • Add a new space efficient serialization format and performant functions to encode to and decode from that format (#42)

v1.0.0

14 Dec 21:14
32c0a6f
Compare
Choose a tag to compare

Parity with https://github.com/DataDog/sketches-java.

  • Multiple Stores and IndexMappings
  • Add protobuf message formats and conversion methods
  • Remove GKArray

v0.0.1

02 Jul 07:35
43f19ad
Compare
Choose a tag to compare

First release