Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

toni

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "toni"
, "version": "0.4.0"
, "version": "0.4.1"
, "description": "Toni, a simple and efficient bitmap implementation for (32 bits) positive integer sets (with no element repetition), using bitwise operations and a Buffer. Modifying a single bit instead of an entire byte, obviously saves 87.5% of Buffer space, but it also implies a gain greater than 200% in performances, for accessing values, when it was used with big integer ranges."

@@ -5,0 +5,0 @@ , "homepage": "https://github.com/rootslab/toni"

### Toni
[![CODECLIMATE](http://img.shields.io/codeclimate/github/rootslab/toni.svg?style=flat)](https://codeclimate.com/github/rootslab/toni)
[![CODECLIMATE-TEST-COVERAGE](http://img.shields.io/codeclimate/coverage/github/rootslab/toni.svg?style=flat)](https://codeclimate.com/github/rootslab/toni)
[![NPM VERSION](http://img.shields.io/npm/v/toni.svg)](https://www.npmjs.org/package/toni)
[![CODACY BADGE](https://img.shields.io/codacy/b18ed7d95b0a4707a0ff7b88b30d3def.svg)](https://www.codacy.com/public/44gatti/toni)
[![CODECLIMATE-TEST-COVERAGE](https://codeclimate.com/github/rootslab/toni/badges/coverage.svg)](https://codeclimate.com/github/rootslab/toni)
[![LICENSE](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rootslab/toni#mit-license)
[![LICENSE](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/rootslab/toni#mit-license)
[![GITTIP](http://img.shields.io/gittip/rootslab.svg?style=flat)](https://www.gittip.com/rootslab/)
[![NPM DOWNLOADS](http://img.shields.io/npm/dm/toni.svg?style=flat)](http://npm-stat.com/charts.html?package=toni)
[![TRAVIS CI BUILD](http://img.shields.io/travis/rootslab/toni.svg)](http://travis-ci.org/rootslab/toni)
[![BUILD STATUS](http://img.shields.io/david/rootslab/toni.svg)](https://david-dm.org/rootslab/toni)
[![DEVDEPENDENCY STATUS](http://img.shields.io/david/dev/rootslab/toni.svg)](https://david-dm.org/rootslab/toni#info=devDependencies)
[![NPM VERSION](http://img.shields.io/npm/v/toni.svg?style=flat)](https://www.npmjs.org/package/toni)
[![TRAVIS CI BUILD](http://img.shields.io/travis/rootslab/toni.svg?style=flat)](http://travis-ci.org/rootslab/toni)
[![BUILD STATUS](http://img.shields.io/david/rootslab/toni.svg?style=flat)](https://david-dm.org/rootslab/toni)
[![DEVDEPENDENCY STATUS](http://img.shields.io/david/dev/rootslab/toni.svg?style=flat)](https://david-dm.org/rootslab/toni#info=devDependencies)
[![status](https://sourcegraph.com/api/repos/github.com/rootslab/toni/.badges/status.png)](https://sourcegraph.com/github.com/rootslab/toni)
[![views](https://sourcegraph.com/api/repos/github.com/rootslab/toni/.counters/views.png)](https://sourcegraph.com/github.com/rootslab/toni)
[![views 24h](https://sourcegraph.com/api/repos/github.com/rootslab/toni/.counters/views-24h.png)](https://sourcegraph.com/github.com/rootslab/toni)
[![NPM DOWNLOADS](http://img.shields.io/npm/dm/toni.svg)](http://npm-stat.com/charts.html?package=toni)
[![GITTIP](http://img.shields.io/gittip/rootslab.svg)](https://www.gittip.com/rootslab/)

@@ -19,5 +22,7 @@ [![NPM GRAPH1](https://nodei.co/npm-dl/toni.png)](https://nodei.co/npm/toni/)

> __Toni__, a simple and efficient bitmap implementation for (32 bits) positive integer sets (with no element repetition), using bitwise operations and a Buffer.
> Modifying a single bit instead of an entire byte, obviously saves __87.5%__ of Buffer space, but it also
> implies a gain greater than 200% in performances, for accessing values, when it was used with big integer ranges.
> __Toni__, a simple and efficient bitmap implementation for (__32 bits__) positive integer sets,
> with no element repetition, using bitwise operations and a Buffer.
> Modifying a single bit instead of an entire byte, obviously saves __87.5%__ of Buffer space,
> but it also implies a gain greater than 200% in performances, for accessing values, when it was
> used with big integer ranges.

@@ -24,0 +29,0 @@ > See [BitArray](http://en.wikipedia.org/wiki/Bit_array).

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