Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pot-pourri/count-min-sketch
Count-Min sketch data structure for JavaScript
https://github.com/pot-pourri/count-min-sketch
Last synced: 5 days ago
JSON representation
Count-Min sketch data structure for JavaScript
- Host: GitHub
- URL: https://github.com/pot-pourri/count-min-sketch
- Owner: pot-pourri
- License: agpl-3.0
- Created: 2020-12-02T23:11:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T00:41:51.000Z (about 4 years ago)
- Last Synced: 2024-11-05T11:42:50.355Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://aureooms.github.io/js-count-min-sketch
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[@aureooms/js-count-min-sketch](https://aureooms.github.io/js-count-min-sketch)
==Count-Min sketch data structure for JavaScript.
See [docs](https://aureooms.github.io/js-count-min-sketch/index.html).> :building_construction: Caveat emptor! This is work in progress. Code may be
> working. Documentation may be present. Coherence may be. Maybe.> :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).[![License](https://img.shields.io/github/license/aureooms/js-count-min-sketch.svg)](https://raw.githubusercontent.com/aureooms/js-count-min-sketch/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-count-min-sketch.svg)](https://www.npmjs.org/package/@aureooms/js-count-min-sketch)
[![Build](https://img.shields.io/travis/aureooms/js-count-min-sketch/main.svg)](https://travis-ci.org/aureooms/js-count-min-sketch/branches)
[![Dependencies](https://img.shields.io/david/aureooms/js-count-min-sketch.svg)](https://david-dm.org/aureooms/js-count-min-sketch)
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-count-min-sketch.svg)](https://david-dm.org/aureooms/js-count-min-sketch?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-count-min-sketch.svg)](https://github.com/aureooms/js-count-min-sketch/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-count-min-sketch.svg)](https://www.npmjs.org/package/@aureooms/js-count-min-sketch)[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-count-min-sketch.svg)](https://codeclimate.com/github/aureooms/js-count-min-sketch/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-count-min-sketch.svg)](https://codeclimate.com/github/aureooms/js-count-min-sketch/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-count-min-sketch/main.svg)](https://codecov.io/gh/aureooms/js-count-min-sketch)[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-count-min-sketch.svg)](https://codeclimate.com/github/aureooms/js-count-min-sketch/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-count-min-sketch/badge.svg)](https://aureooms.github.io/js-count-min-sketch/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-count-min-sketch)](https://bundlephobia.com/result?p=@aureooms/js-count-min-sketch)