rcorcs

↗ HN profile [ 160 ms ] full profile
Karma
137
Created
July 11, 2011 (15y ago)
Submissions
0
  1. I am interested in getting started with Haskell Core IR in order to implement this Automatic Parallelizer directly on its Core IR: http://homepages.dcc.ufmg.br/~fernando/publications/papers/Rocha18_SCP.pdf Is there a…

  2. Does someone know how to efficiently implement this cycle detection algorithm in GraphX / Spark? http://dx.doi.org/10.13140/RG.2.1.1233.8640 https://en.wikipedia.org/wiki/Rocha-Thatte_cycle_detection_algorithm

  3. I've been developing a few parallel and distributed frameworks. https://github.com/rcorcs/spp SPP: Structured Parallel Patterns is a framework based on algorithmic (parallel) skeletons. Currently it only supports…

  4. I'm currently developing a compiler for Oberon (x86, x64, MIPS) and also a compiler for C. https://github.com/rcorcs/OberonC https://github.com/rcorcs/rcc Contributions are welcome.