bufferpool
v0.1.0
Published
Reference counted buffer pool for large Node.js Buffer objects
Readme
ifdef::env-github,env-browser[:outfilesuffix: .adoc] :rootdir: . :imagesdir: {rootdir}/images :toclevels: 2 :toc: :numbered: :tip-caption: :bulb: :note-caption: :information_source: :important-caption: :heavy_exclamation_mark: :caution-caption: :fire: :warning-caption: :warning: endif::[]
= node-buffer-pool
== Install
Install with npm:
[source, bash] $ npm install node-buffer-pool --save
== Usage
const BufferPool = require('buffer-pool');