0.1.9 • Published 5 years ago

tdigest-kt v0.1.9

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

TDigest for kotlin multiplatform

This is a full port of the latest version(5/2019) of reference implementation of TDigest algorithm to kotlin multiplatform that outputs javascript code, with typescript type definitions You can install this library with

npm i tdigest-kt

You also need to have installed the kotlin runtime peer dependency:

npm i kotlin@1.3.30

TDigest binary compressed serialization is supported, with the same format used by the reference Java implementation

See the README for more details.

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1-SNAPSHOT

5 years ago

0.1.0-SNAPSHOT

5 years ago