Skip to content

Commit 40871a3

Browse files
authored
Update 2017.md
1 parent 89c24e5 commit 40871a3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

gsoc/2017.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,25 @@ forgotten by Scala developers.
152152

153153
Supervised by [@cvogt](https://github.com/cvogt)
154154

155+
### Implementation of the Savina Benchmark Suite using the Reactors Framework
156+
157+
The Savina suite is a benchmark suite for actor-oriented programs.
158+
Its goal is to provide standard benchmarks that enable researchers and
159+
application developers to compare different actor implementations and
160+
identify those that deliver the best performance for a given use-case.
161+
The [Reactors framework](http://reactors.io/) is a novel actor framework
162+
based on the reactor programming model, and offers better composition
163+
and modularity compared to standard actors. So far, only a part of the
164+
Savina suite was ported to the Reactors framework. To make Reactors
165+
fully compliant with Savina, the goal of this project is to implement
166+
the remaining 21 Savina benchmarks using the Reactors framework.
167+
168+
[Savina Benchmark Suite](https://pdfs.semanticscholar.org/b346/9783325ea82d1ded949804a0676acb125484.pdf)
169+
170+
[Reactors Framework](https://github.com/reactors-io/reactors/)
171+
172+
Supervised by [@axel22](https://github.com/axel22)
173+
155174
*... Mentors: please insert your projects here. You can use the following template ...*
156175

157176
### *Project name*

0 commit comments

Comments
 (0)