Haskell-Things / Haskell-Things/ImplicitCAD
Try enabling strict unboxing
Open
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
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`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.