Changeset 028c2c6 for doc/theses/colby_parsons_MMAth
- Timestamp:
- Aug 1, 2023, 11:00:05 PM (17 months ago)
- Branches:
- master
- Children:
- a47fe52
- Parents:
- a867622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/colby_parsons_MMAth/text/conclusion.tex
ra867622 r028c2c6 16 16 \item Channels with comparable performance to Go, that have safety and productivity features including deadlock detection, and an easy-to-use exception-based channel @close@ routine. 17 17 \item An in-memory actor system that achieved the lowest latency message send of systems tested due to the novel copy-queue data structure. The actor system presented has built-in detection of six common actor errors, and it has good performance compared to other systems on all benchmarks. 18 \item A @waituntil@ statement which tackles the hard problem of allowing a thread to safely synch ronously wait for some set of concurrent resources.18 \item A @waituntil@ statement which tackles the hard problem of allowing a thread to safely synch\-ronously wait for some set of concurrent resources. 19 19 \end{enumerate} 20 20
Note: See TracChangeset
for help on using the changeset viewer.