Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@shapeletsbot shapeletsbot released this 29 Apr 17:22
c2c7247

Improved

  • Performance improvement in Visvalingam algorithm.
  • Input arrays now are passed by const reference.
  • Functions on C interface accepts input parameters by value instead of pointer.
  • Improved error handling capabilities in JNI and C bindings.

Fixed

  • Leaks when retrieving memory from device to host.
  • Fixes from clang tidy static analysis.