libkdtp 1.2 released
Changes¶
- Optimize a lot of functions by avoiding stl::vector and using arrays instead, saving much CPU. (This changes a few public APIs like "getAllAt()").
- Fix a number of floating point issues (avoid divisions by 0, underflows).
- Fix a few corner case issues in polynomial resolution
Comments