orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

Combine Orc and Kilim scheduler #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should combine the Orc engine and Kilim scheduler into a single
scheduler, for these reasons:

1. require fewer threads
2. allow both to share a multi-core scheduler when that is implemented

This may have implications we have not considered, so we should not rush
into it.

Original issue reported on code.google.com by adrianqu...@gmail.com on 18 Apr 2009 at 2:17

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 18 Apr 2009 at 2:17

GoogleCodeExporter commented 9 years ago

Original comment by amsh...@gmail.com on 21 Feb 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Kilim has been removed as part of the OrcScala reengineering

Original comment by jthywissen on 9 Aug 2010 at 10:40