You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michal J. Gajda edited this page Oct 28, 2020
·
1 revision
The ADPfusion library is missing a bunch of low-level optimization tweaks. Some are more easy to implement.
I have a soon-to-be-uploaded library Lib-OrderedBits for bit-fiddling which is yet written with best performance in mind. Correct implementation of these would improve performance of a bunch of programs.
One big missing part is anything SSE-related in ADPfusion. Any work here probably ends up quite fast in vector-territory and should be synchronized with the GHC/Haskell org.