暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
dienianindya 2ce56fd9e5 Update 31/01 1年前
..
tests Update 31/01 1年前
.npmignore Update 31/01 1年前
LICENSE Update 31/01 1年前
README.md Update 31/01 1年前
index.d.ts Update 31/01 1年前
index.js Update 31/01 1年前
package.json Update 31/01 1年前

README.md

@protobufjs/pool

npm

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
    Creates a pooled allocator.

License: BSD 3-Clause License