- The typeparams library provides a lens-like interface for type level parameters; it allows unboxing unboxed vectors (with benchmarks indicating a 25% performance gain) and supercompilation-like optimizations (with benchmarks showing 40x performance gain in some cases) https://github.com/mikeizbicki/typeparams#the-typeparams-library 14 comments haskell
Linked pages
- GitHub - liyang/fast-math: Play fast and loose with IEEE-754 rewrite RULES https://github.com/liyang/fast-math#what-is-fast-math 33 comments
- reflection: Reifies arbitrary terms into types that can be reflected back into terms https://hackage.haskell.org/package/reflection 24 comments
- https://www.fpcomplete.com/user/thoughtpolice/using-reflection 11 comments
- http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf 6 comments
Would you like to stay up to date with Haskell? Checkout Haskell
Weekly.