HigherOrderCO / HVM

A massively parallel, optimal functional runtime in Rust
https://higherorderco.com
Apache License 2.0
10.44k stars 397 forks source link

HVM Paper typos and broken links #377

Open Lorenzobattistela opened 3 months ago

Lorenzobattistela commented 3 months ago

HVM Paper

Found some typos and broken links in the current paper version.

And also, the first phrase of page 24:

For example, a single-core C program that adds numbers from 0 to a few billions will easily outperform an HVM2 one that uses thousands of threads, given the C version is doing no allocation, while C is allocating a tree-like recursive stack.

Sounds a little bit confusing, It seems like one of the C's should be HVM or something similar.

I know the paper is a WIP, was just reading and saw those. Thanks!

System Settings

Not applicable

Additional context

No response