# protobufjs_pool_arkts **Repository Path**: ArkTSCentralRepository/protobufjs_pool_arkts ## Basic Information - **Project Name**: protobufjs_pool_arkts - **Description**: A general purpose buffer pool. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # protobufjs_pool_arkts 基于protobufjs/pool原库1.0.0版本进行适配, 所有功能代码已经转换为`ArkTS`文件 ## Install ```sh ohpm install protobufjs_pool_arkts ``` 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](https://opensource.org/licenses/BSD-3-Clause)