0.1.7 • Published 3 years ago

universals v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Universa-based tools

Set of tools (now is being developed) to work with binary data, universa-style protection, etc.

Some useful and ready for public beta test tools:

  • RingBuffer: Effective async and sync storage for arbitrary data without allocating space on put (sync version).
  • CompletablePromise promise that can be resolved later. Much like CompletableFuture in some other languages.

Experimental features

  • Async IO with tools: see DataSource, DataSync, DataPipe and all infrastructure around it. A convenient and "classic" way to read/write streams with async/await paradigm, as with regular streams in classic sense. Nodejs fs file read access ready.

See autoteneraged docs.

Usage

install it from NPM: universals package like

yarn add universals

License

MIT, see the repository.

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago