ImplicitCAD
ImplicitCAD copied to clipboard
Try enabling strict unboxing
I have a sneaking suspicion that -XStrictData
and -funbox-strict-fields
enabled globally would aggressively improve the performance of implicit
by eliminating all the pointers inside of SymbolicObj
. #286 will further improve things, since V3
is an strict version of R3
.