HVM: a massively parallel functional runtime

victortaelin

VictorTaelin

Posted on January 31, 2022

HVM: a massively parallel functional runtime

I've just finished the prototype of HVM, a beta-optimal, massively parallel, GC-free runtime for functional programming languages. It may be the key to fully harvesting the parallelism of CPUs and GPUs with no programmer action. It already beats GHC, the fastest functional compiler in the world, in many cases. On its repository, there is a description of how all it works:

https://github.com/kindelia/hvm

What do you think?

💖 💪 🙅 🚩
victortaelin
VictorTaelin

Posted on January 31, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related