# @protobufjs/pool

> A general purpose buffer pool.

Latest version **1.1.0** (published 2017-01-25) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install @protobufjs/pool
pnpm add @protobufjs/pool
yarn add @protobufjs/pool
bun add @protobufjs/pool
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score; popular repo.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2017-01-25 |
| First published | 2016-12-11 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10586 |
| Author | Daniel Wirtz |
| Maintainers | dcode, protobufjs |

## Links

- npm: https://www.npmjs.com/package/@protobufjs/pool
- Repository: https://github.com/dcodeIO/protobuf.js
- Homepage: https://github.com/dcodeIO/protobuf.js#readme
- Issues: https://github.com/dcodeIO/protobuf.js/issues
- npm.io page: https://npm.io/package/@protobufjs/pool

## Recent versions

- 1.1.0 (latest) — 2017-01-25
- 1.0.5 — 2017-01-03
- 1.0.4 — 2016-12-20
- 1.0.3 — 2016-12-18
- 1.0.2 — 2016-12-18
- 1.0.1 — 2016-12-11
- 1.0.0 — 2016-12-11

## README

@protobufjs/pool
================
[![npm](https://img.shields.io/npm/v/@protobufjs/pool.svg)](https://www.npmjs.com/package/@protobufjs/pool)

A general purpose buffer pool.

API
---

* **pool(alloc: `function(size: number): Uint8Array`, slice: `function(this: Uint8Array, start: number, end: number): Uint8Array`, [size=8192: `number`]): `function(size: number): Uint8Array`**<br />
  Creates a pooled allocator.

**License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)

---
_Source: https://npm.io/package/@protobufjs/pool · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
