rafalpiotrowski / agrona-ts

TypeScript version of agrona DirectBuffer to use with Simple Binary Encoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

agrona-ts

TypeScript version of agrona DirectBuffer to use with Simple Binary Encoding

Used by codecs that are generated from SBE schema for TypeScript.

Development

git clone git@github.com:rafalpiotrowski/agrona-ts.git
cd agrona-ts
npm update
npm install --save-dev jest
npm install --save-dev ts-jest 
npm install --save-dev @types/jest
npm test

About

TypeScript version of agrona DirectBuffer to use with Simple Binary Encoding

License:Apache License 2.0


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%