buchspektrum Internet-Buchhandlung

Neuerscheinungen 2014

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Sebastian Wild

Java 7´s Dual-Pivot Quicksort


An average-case analysis of the new default sorting method of Java and how it compares to classic algorithms
2014. 208 S. 220 mm
Verlag/Jahr: AV AKADEMIKERVERLAG 2014
ISBN: 3-639-67967-9 (3639679679)
Neue ISBN: 978-3-639-67967-0 (9783639679670)

Preis und Lieferzeit: Bitte klicken


With version 7 of Java, Oracle replaced its tried and tested sorting algorithm in the Java runtime library by an entirely new Quicksort variant proposed by Vladimir Yaroslavskiy. The decision to change the sorting method was based on empirical studies showing that the new algorithm is faster than the formerly used classic Quicksort. Surprisingly, this improvement is achieved with a dual-pivot approach an idea considered not promising by theoretical studies in the past. In this book, we try to shed some light on the unexpected success by mathematically analyzing the new algorithm´s performance. We focus on precise and fine-grained average-case analysis, aiming at the flavor of Donald Knuth´s famous book series The Art of Computer Programming . In particular, we go beyond abstract measures like key comparisons and we prefer precise expected values to asymptotic approximations. This rigor ensures that the discussed sorting methods are usable in practice and that the analytic results contribute to a sound comparison of the Quicksort variants. This book is based on the author´s master thesis on the same topic.
Sebastian Wild, M.Sc., studied computer science at Technische Universität Kaiserslautern and now works on his Ph.D. on the analysis of algorithms.