Giter Club home page Giter Club logo

c.js's Introduction

c.js

c.js is a serialization/deserialization library for communiciating with kdb+'s native IPC format.

This repository is refactoring of the c.js project with performance improvements, bugfixes, and unit tests.

Why?

We have a project that requires fast, low-latency serialization of data from KDB+ to JSON.

This repository contains the following additions to the original project:

  • Performance:
    • ~70-80% faster deserialization (kdb+ -> js)
    • 600%-1000% faster serialization (js -> kdb+)
  • Full refactoring with type annotations.
  • Added stream wrappers (require('c.js/lib/stream')) for easy consumption/production of kdb+ data.
  • Bugfixes:
    • undefined -> null
    • Long null 0Nj was incorrectly serialized to -9223372036854776000. Now 0Nj, 0Ni, and 0Nh are all serialized to NaN.
    • Fixed incorrect timestamp rounding (precision error)
  • Possibly breaking behavior:
    • JS strings are serialized to Symbols.
  • Unit tests for all JS types and former c.js bugs, tests for few previously unfound bugs.
  • Flow typing + ES6 syntax for source files.
  • Make + Webpack build suite for Node.JS & browser output.
  • Simple benchmark suite for keeping track of performance improvements and regressions.

Performance

Performance has improved over the reference c.js by 1.7x to 10x.

See the benchmark results.

Run the benchmark yourself with make benchmark.

Build

npm install
make build

c.js's People

Contributors

strml avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.