jscad / csg.js

DEPRECATED: CSG Library for JSCAD (See the link below)
https://github.com/jscad/OpenJSCAD.org/tree/master/packages/modeling
MIT License
217 stars 56 forks source link

V2 Performace Improvements Part 1 #177

Closed z3dev closed 5 years ago

z3dev commented 5 years ago

This pull request makes performance changes across some of the highly used objects in math and geometry, as well as applying some 'known' performance improvements.

NOTE: Also removes an reliance on old code from api or core directories.

Closes #72

z3dev commented 5 years ago

I will stop here as these were the first and most serious improvements for performance.

@kaosat-dev please review these changes.

kaosat-dev commented 5 years ago

@z3dev I added a few other comments/ replies :)

z3dev commented 5 years ago

Thanks for the review. All changes have been completed.

@kaosat-dev please merge