Skip to content

Commit

Permalink
Merge pull request #411 from HigherOrderCO/enricozb/paper
Browse files Browse the repository at this point in the history
one more fix in the conclusion
  • Loading branch information
kings177 authored Aug 12, 2024
2 parents 8579128 + f94ed27 commit a3549d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified paper/HVM2.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions paper/HVM2.typst
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,8 @@ Interaction Combinators, carefully designing an efficient memory format,
implementing lock-free concurrent interactions via lightweight atomic
primitives, and granularly distributing workload across all cores, we were able
to design a parallel compiler and evaluator for high-level programming languages
that achieves near-linear speedup as a function of core count. While the
resulting system still has many limitations, we proposed sensible plans to
that achieves near-linear speedup as a function of core count (within a single device).
While the resulting system still has many limitations, we proposed sensible plans to
address them in the future.

This work creates a solid foundation for parallel programming languages that are
Expand Down

0 comments on commit a3549d5

Please sign in to comment.