fractalide / fractalide

Reusable Reproducible Composable Software
http://fractalide.com
Mozilla Public License 2.0
868 stars 56 forks source link

Parallelism in Racket #265

Open dmichiels opened 6 years ago

dmichiels commented 6 years ago

I see that Future and Place (http://docs.racket-lang.org/guide/parallelism.html) in racket provides parallelism instead of concurrency with green thread. It can be interesting look if we can really use several processor for the scheduler.

sjmackenzie commented 6 years ago

Great, yes Claes was telling me about places. Nice to see racket in green threads and racket spinning off rust hierarchies. Probably safest to forge ahead with hyperflow single threaded and integrate places later.