Releases: DataDog/sketches-go
Releases · DataDog/sketches-go
v1.1.0
- 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
Parity with https://github.com/DataDog/sketches-java.
- Multiple
Store
s andIndexMapping
s - Add protobuf message formats and conversion methods
- Remove
GKArray