Exploring Rae Ideas For Optimizing Haskell
Let's dive into the details surrounding Rae Ideas For Optimizing Haskell.
- I give an introduction to GHC's RebindableSyntax extension, with examples. GHC manual page: ...
- I run through a toy example of how using unboxed types (specifically, unboxed tuples) can make your
- I discuss the basics of
- I demonstrate how using impredicative types and dynamic types (as they work in
- I present the main result of a recent POPL paper, in how we can use
In-Depth Information on Rae Ideas For Optimizing Haskell
I walk through a recent blog post detailing many potential opportunities for I review the recent saga about I explain I explore two examples of types that have more complex kinds: a generalization of Functor that allows fmap to be constrained (so ...
This more introductory video walks through
That wraps up our extensive overview of Rae Ideas For Optimizing Haskell.