Skip to content

v2.0.0

Compare
Choose a tag to compare
@mmomtchev mmomtchev released this 14 Feb 11:03
· 178 commits to main since this release
  • Full reentrancy, supporting multiple concurrent evaluations of the same Expression object
  • New multithreading model independent of Node.js/libuv
  • Support OpenMP-style parallelism in map/mapAsync and cwise/cwiseAsync
  • Support writing into a preallocated array for Expression.prototype.map
  • Support passing TypedArray subarrays (TypedArray.prototype.subarray)
  • Expression.prototype.toString()
  • Add a shared superclass Expression supporting testing with instanceof
  • Expression.prototype.allocator() allowing to call the TypedArray constructor