Wir verwenden Cookies und Analyse-Tools, um die Nutzerfreundlichkeit der Internet-Seite zu verbessern und für Marketingzwecke. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind. Zur Datenschutzerklärung.
Serializable Coroutines for Java Virtual Machines
Details
Coroutines are non-preemptive light-weight processes. Their advantage over threads is that they do not have to be synchronized because they pass control to each other explicitly and deterministically. Coroutines are therefore an elegant and efficient implementation construct for numerous algorithmic problems. This book presents an implementation of coroutines for Java Virtual Machines that efficiently handles a large range of workloads. It imposes no overhead for applications that do not use coroutines and performs well for applications that do. The implementation of two advanced concepts, namely thread-to-thread migration and serialization of coroutines, is also explained along with the API that is used to control them.
Autorentext
The author's research, which is performed in collaboration with Oracle Labs, focuses on virtual machines, just-in-time compilers and optimizations. He currently is a PhD student at the Johannes Kepler University in Linz, Austria.
Weitere Informationen
- Allgemeine Informationen
- GTIN 09783639361315
- Sprache Englisch
- Größe H220mm x B6mm x T150mm
- Jahr 2011
- EAN 9783639361315
- Format Kartonierter Einband (Kt)
- ISBN 978-3-639-36131-5
- Titel Serializable Coroutines for Java Virtual Machines
- Autor Lukas Stadler
- Untertitel An efficient implementation based on the HotSpot - Java Virtual Machine
- Gewicht 156g
- Herausgeber VDM Verlag
- Anzahl Seiten 104
- Genre Informatik