Skip to content

sergeych/universals-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published