toni
Version:
Toni, a simple and efficient bitmap implementation for positive integer sets (max 32 bits), 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
27 lines (26 loc) • 461 B
YAML
sudo: false
language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "3"
- "2"
- "1"
- "0.12"
- "0.11"
- "0.10"
before_script:
- npm install -g codeclimate-test-reporter
- npm install -g istanbul
script: istanbul cover -v test/run.js
after_script:
- codeclimate-test-reporter < coverage/lcov.info
addons:
code_climate:
repo_token: 6a36a96aff4a5d9065fe683523decfc6c70a8d6b1a693d703ee009d73e134c25
matrix:
allow_failures: