rupnikj / datalib-sketch

Probabilistic data structures for large or streaming data sets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datalib-sketch

Build Status npm version

Probabilistic data structures for large or streaming data sets.

This module exports the following sketches:

Build Process

To use datalib-sketch in the browser, you need to build the datalib-sketch.js and datalib-sketch.min.js files. We assume that you have npm installed.

  1. Run npm install in the datalib-sketch folder to install dependencies.
  2. Run npm run build. This will invoke browserify to bundle the source files into datalib-sketch.js, and then uglify-js to create the minified datalib-sketch.min.js.

About

Probabilistic data structures for large or streaming data sets.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 97.2%Language:Shell 2.8%