binary-object icon indicating copy to clipboard operation
binary-object copied to clipboard

Manage binary data with JavaScript strictly typed Object-oriented programming

Results 13 binary-object issues
Sort by recently updated
recently updated
newest added

## Description A strict mode directive is a `"use strict"` literal at the beginning of a script or function body. It enables strict mode semantics. When a directive occurs in...

bug
enhancement
help wanted
good first issue
javascript
deepsource

Allow a new Type which maps to a hidden byte: - Get/Set boolean type (`true`/`false`, `0`/`1`) - Multiple bits (up to 8) map to the same byte - Bytes prefer...

enhancement

Use something like [Benchmark](https://www.npmjs.com/package/benchmark) ([example from `Bnaya/objectbuffer`](https://github.com/Bnaya/objectbuffer/tree/develop/benchmarks)) to test performance during development and alert when there is a big slowdown during CI/CD pipeline tests.

enhancement

Add an example using [@thi.ng/malloc](https://www.npmjs.com/package/@thi.ng/malloc) for memory management.

documentation

Use a worker to process data in parallel with shared memory using [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer).

documentation

Currently obviated

enhancement

Add to `package.json` for developing and Workflow.

enhancement

Use TypeScript: - To statically check internal calls' types - To allow better API use for users also using TypeScript - To incorporate `@decorators` syntax without extra and experimental Babel...

enhancement

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.2.1 to 5.2.1. Release notes Sourced from eslint-plugin-prettier's releases. v5.2.1 Patch Changes #668 ac036cc Thanks @​OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1 v5.1.3 Patch Changes...

dependencies
javascript

This commit fixes the style issues introduced in a127402 according to the output from Prettier and StandardJS. Details: None