This repository has been archived by the owner on May 2, 2022. It is now read-only.
API Changes - Load data asynchronously - DataModel constructor now takes an object of data and schema instead of two separate parameters - Select operation now takes a json object for query instead of a function - GroupBy operation now takes an array of objects containing aggregation function and field name instead of an object in second parameter Improvements - Improve performance of data operations using webassembly - Use web workers to load data - Improve data propagation performance - Dispose api is added which must be called when the datamodel is no longer used for freeing the memory