Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/

LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/LICENSE
31 Views
0 Comments
The MIT License (MIT)

Copyright (c) 2016 Mathias Buus

Permission is hereby granted, free of charge, to any person obtaining a
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/README.md
17 Views
0 Comments
# sparse-bitfield

Bitfield implementation that allocates a series of 1kb buffers to support sparse bitfields
without allocating
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/index.js
5 Views
0 Comments
var pager = require('memory-pager')

module.exports = Bitfield

function Bitfield (opts) {
if (!(this instanceof Bitfield)) re
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/package.json
27 Views
0 Comments
{
"name": "sparse-bitfield",
"version": "3.0.3",
"description": "Bitfield that allocates a series of small buffers to supp
test.js /cody/lassiecoder/mutual-funding-app/server/node_modules/sparse-bitfield/test.js
5 Views
0 Comments
var alloc = require('buffer-alloc')
var tape = require('tape')
var bitfield = require('./')

tape('set and get', function (t) {