File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,25 @@ forgotten by Scala developers.
152
152
153
153
Supervised by [ @cvogt ] ( https://github.com/cvogt )
154
154
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
+
155
174
* ... Mentors: please insert your projects here. You can use the following template ...*
156
175
157
176
### * Project name*
You can’t perform that action at this time.
0 commit comments