Socket
Socket
Sign inDemoInstall

streaming-percentiles

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

2

package.json
{
"name": "streaming-percentiles",
"version": "3.0.0",
"version": "3.1.0",
"description": "Implementations of various streaming percentile algorithms",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,7 +7,7 @@ # streaming-percentiles

| -------------- | ------------- |
| [![Build Status](https://travis-ci.org/sengelha/streaming-percentiles-cpp.svg?branch=develop)](https://travis-ci.org/sengelha/streaming-percentiles-cpp) | [![Build Status](https://travis-ci.org/sengelha/streaming-percentiles-cpp.svg?branch=master)](https://travis-ci.org/sengelha/streaming-percentiles-cpp) |
| [![Build Status](https://travis-ci.org/sengelha/streaming-percentiles.svg?branch=develop)](https://travis-ci.org/sengelha/streaming-percentiles) | [![Build Status](https://travis-ci.org/sengelha/streaming-percentiles.svg?branch=master)](https://travis-ci.org/sengelha/streaming-percentiles) |
## About the Library
This is a cross-pltaform library with implementations of various
This is a cross-platform library with implementations of various
percentile algorithms on streams of data. These algorithms allow

@@ -36,2 +36,5 @@ you to calculate approximate percentiles (e.g. 50th percentile,

The current version of the library is 3.1.0, and it was released
March 28, 2019.
### C++

@@ -66,2 +69,6 @@

### Historical Releases
Historical releases may be downloaded from the [streaming-percentiles release page](//github.com/sengelha/streaming-percentiles/releases).
## Using the Library

@@ -68,0 +75,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc