New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bigbuffer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigbuffer

Using list of buffer to break through Nodejs's buffer size limitation

0.0.5
latest
npm
Version published
Weekly downloads
12K
-18.35%
Maintainers
1
Weekly downloads
 
Created
Source

node-bigbuffer

Using list of buffer to construct a BigBuffer to break through nodejs's buffer size limitation (1G)

Test

need install mocha

npm test

Usage

BigBuffer.fromFile "bigFile",(err,bb)->
    console.assert bb.length # is buffer length
    # get a normal buffer
    buffer = bb.slice(0,10)
    # get byte at index
    byte = bb.byteAt(1000)

Keywords

buffer

FAQs

Package last updated on 20 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts