binary-object
binary-object copied to clipboard
Manage binary data with JavaScript strictly typed Object-oriented programming
## 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...
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...
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.
Add an example using [@thi.ng/malloc](https://www.npmjs.com/package/@thi.ng/malloc) for memory management.
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).
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...
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...
This commit fixes the style issues introduced in a127402 according to the output from Prettier and StandardJS. Details: None