- File:
-
- 1 edited
-
doc/proposals/concurrency/text/future.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/text/future.tex
r5c4f2c2 rdd9b59e 11 11 12 12 \subsection{Performance} \label{futur:perf} 13 This thesis presents a first implementation of the \CFA concurrencyruntime. Therefore, there is still significant work to improve performance. Many of the data structures and algorithms may change in the future to more efficient versions. For example, the number of monitors in a single \gls{bulk-acq} is only bound by the stack size, this is probably unnecessarily generous. It may be possible that limiting the number helps increase performance. However, it is not obvious that the benefit would be significant.13 This thesis presents a first implementation of the \CFA runtime. Therefore, there is still significant work to improve performance. Many of the data structures and algorithms may change in the future to more efficient versions. For example, the number of monitors in a single \gls{bulk-acq} is only bound by the stack size, this is probably unnecessarily generous. It may be possible that limiting the number helps increase performance. However, it is not obvious that the benefit would be significant. 14 14 15 15 \subsection{Flexible Scheduling} \label{futur:sched}
Note:
See TracChangeset
for help on using the changeset viewer.