@phughesmcr/partitionedbuffer@0.2.8Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
A high-performance PartitionedBuffer implementation backed by Uint32Array for efficient memory usage and fast bitwise operations.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
2 months ago (0.2.8)
{ "name": "@phughesmcr/partitionedbuffer", "version": "0.2.8", "license": "MIT", "exports": "./mod.ts", "bench": { "include": ["bench/**/*.bench.ts"] }, "compilerOptions": { "allowUnreachableCode": false, "allowUnusedLabels": false, "lib": ["esnext"], "noErrorTruncation": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitOverride": true, "noImplicitReturns": true, "noImplicitThis": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "strict": true, "verbatimModuleSyntax": true }, "exclude": ["example/**/*.ts"], "fmt": { "indentWidth": 2, "lineWidth": 120, "semiColons": true, "singleQuote": false, "proseWrap": "always", "useTabs": false, "exclude": ["*.md", "LICENSE"] }, "imports": { "@phughesmcr/bitpool": "jsr:@phughesmcr/bitpool@^0.3.2" }, "tasks": { "example": { "description": "Run the example", "command": "deno run example/PartitionedBuffer.example.ts" }, "prep": { "description": "Format, lint, and check the codebase", "command": "deno fmt && deno lint && deno check mod.ts src/**/*.ts" } }, "test": { "include": ["test/**/*.test.ts"] } }