Discover algorithm performance, high- and low-level optimizations, and the internal behavior of programs written in the Delphi language
Purchase of the print or Kindle book includes a free PDF eBook
Key Features:
Book Description:
Performance matters! Users hate to use programs that are not responsive to interactions or run too slow to be useful. While becoming a programmer is simple enough, you require dedication and hard work to achieve an advanced level of programming proficiency where you know how to write fast code.
This book begins by helping you explore algorithms and algorithmic complexity and continues by describing tools that can help you find slow parts of your code. Subsequent chapters will provide you with practical ideas about optimizing code by doing less work or doing it in a smarter way. The book also teaches you how to use optimized data structures from the Spring4D library, along with exploring data structures that are not part of the standard Delphi runtime library.
The second part of the book talks about parallel programming. You'll learn about the problems that only occur in multithreaded code and explore various approaches to fixing them effectively. The concluding chapters provide instructions on writing parallel code in different ways - by using basic threading support or focusing on advanced concepts such as tasks and parallel patterns.
By the end of this book, you'll have learned to look at your programs from a totally different perspective and will be equipped to effortlessly make your code faster than it is now.
What You Will Learn:
Who this book is for:
This book is for all Delphi programmers. Whether you're a beginner or an accomplished programmer, you will find something interesting. Even though the focus is on the latest Delphi release, the code uses only standard Delphi syntax without syntactic additions from the latest releases, and most of it should compile and run in any Delphi from XE7 onward. If you're using an older version of Delphi, don't despair! Most of the concepts in this book do not depend on a specific Delphi version and will be useful for everyone.
"Sinopsis" puede pertenecer a otra edición de este libro.
Primož Gabrijelčič started coding in Pascal on 8-bit micros in the 1980s and he never looked back. In the last 25 years, he was mostly programming high-availability server applications used in the broadcasting industry. A result of this focus was the open source parallel programming library for Delphi-OmniThreadLibrary. He's also an avid writer and has written several hundred articles, and he is a frequent speaker at Delphi conferences, where he likes to talk about complicated topics ranging from memory management to creating custom compilers.
"Sobre este título" puede pertenecer a otra edición de este libro.
EUR 6,79 gastos de envío desde Estados Unidos de America a España
Destinos, gastos y plazos de envíoLibrería: California Books, Miami, FL, Estados Unidos de America
Condición: New. Nº de ref. del artículo: I-9781805125877
Cantidad disponible: Más de 20 disponibles
Librería: Ria Christie Collections, Uxbridge, Reino Unido
Condición: New. In. Nº de ref. del artículo: ria9781805125877_new
Cantidad disponible: Más de 20 disponibles
Librería: PBShop.store UK, Fairford, GLOS, Reino Unido
PAP. Condición: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Nº de ref. del artículo: L0-9781805125877
Cantidad disponible: Más de 20 disponibles
Librería: BargainBookStores, Grand Rapids, MI, Estados Unidos de America
Paperback or Softback. Condición: New. Delphi High Performance - Second Edition: Master the art of concurrency, parallel programming, and memory management to build fast Delphi apps 1.7. Book. Nº de ref. del artículo: BBS-9781805125877
Cantidad disponible: 5 disponibles
Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America
PAP. Condición: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Nº de ref. del artículo: L0-9781805125877
Cantidad disponible: Más de 20 disponibles
Librería: THE SAINT BOOKSTORE, Southport, Reino Unido
Paperback / softback. Condición: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 526. Nº de ref. del artículo: C9781805125877
Cantidad disponible: Más de 20 disponibles
Librería: Rarewaves.com UK, London, Reino Unido
Paperback. Condición: New. Master Siemens TIA toolbox tools for efficient PLC and HMI code writing. Gain insights into algorithm performance, Delphi language intricacies, and program optimizations to enhance your skills effectively.Key FeaturesDiscover external programming libraries that will speed up your programming and codeLearn to integrate external libraries into Delphi programsBuild fast Delphi applications using concurrency, parallel programming, and memory managementBook DescriptionPerformance matters! Users hate to use programs that are not responsive to interactions or run too slow to be useful. While becoming a programmer is simple enough, you require dedication and hard work to achieve an advanced level of programming proficiency where you know how to write fast code.This book begins by helping you explore algorithms and algorithmic complexity and continues by describing tools that can help you find slow parts of your code. Subsequent chapters will provide you with practical ideas about optimizing code by doing less work or doing it in a smarter way. The book also teaches you how to use optimized data structures from the Spring4D library, along with exploring data structures that are not part of the standard Delphi runtime library.The second part of the book talks about parallel programming. You'll learn about the problems that only occur in multithreaded code and explore various approaches to fixing them effectively. The concluding chapters provide instructions on writing parallel code in different ways - by using basic threading support or focusing on advanced concepts such as tasks and parallel patterns.By the end of this book, you'll have learned to look at your programs from a totally different perspective and will be equipped to effortlessly make your code faster than it is now.What you will learnGet to grips with algorithmic complexity and learn how to recognize itUse tools to determine program runtime behaviorSpeed up programs by doing less instead of moreDiscover the internal workings of Delphi data structuresGain an understanding of Delphi's memory managerFind out how to write low-level parallel programs with TThreadUse parallel patterns from the PPL and OTL libraries to write fast codeInclude external code, written in C or C++, in Delphi programsWho this book is forThis book is for all Delphi programmers. Whether you're a beginner or an accomplished programmer, you will find something interesting. Even though the focus is on the latest Delphi release, the code uses only standard Delphi syntax without syntactic additions from the latest releases, and most of it should compile and run in any Delphi from XE7 onward. If you're using an older version of Delphi, don't despair! Most of the concepts in this book do not depend on a specific Delphi version and will be useful for everyone. Nº de ref. del artículo: LU-9781805125877
Cantidad disponible: Más de 20 disponibles
Librería: Rarewaves.com USA, London, LONDO, Reino Unido
Paperback. Condición: New. Master Siemens TIA toolbox tools for efficient PLC and HMI code writing. Gain insights into algorithm performance, Delphi language intricacies, and program optimizations to enhance your skills effectively.Key FeaturesDiscover external programming libraries that will speed up your programming and codeLearn to integrate external libraries into Delphi programsBuild fast Delphi applications using concurrency, parallel programming, and memory managementBook DescriptionPerformance matters! Users hate to use programs that are not responsive to interactions or run too slow to be useful. While becoming a programmer is simple enough, you require dedication and hard work to achieve an advanced level of programming proficiency where you know how to write fast code.This book begins by helping you explore algorithms and algorithmic complexity and continues by describing tools that can help you find slow parts of your code. Subsequent chapters will provide you with practical ideas about optimizing code by doing less work or doing it in a smarter way. The book also teaches you how to use optimized data structures from the Spring4D library, along with exploring data structures that are not part of the standard Delphi runtime library.The second part of the book talks about parallel programming. You'll learn about the problems that only occur in multithreaded code and explore various approaches to fixing them effectively. The concluding chapters provide instructions on writing parallel code in different ways - by using basic threading support or focusing on advanced concepts such as tasks and parallel patterns.By the end of this book, you'll have learned to look at your programs from a totally different perspective and will be equipped to effortlessly make your code faster than it is now.What you will learnGet to grips with algorithmic complexity and learn how to recognize itUse tools to determine program runtime behaviorSpeed up programs by doing less instead of moreDiscover the internal workings of Delphi data structuresGain an understanding of Delphi's memory managerFind out how to write low-level parallel programs with TThreadUse parallel patterns from the PPL and OTL libraries to write fast codeInclude external code, written in C or C++, in Delphi programsWho this book is forThis book is for all Delphi programmers. Whether you're a beginner or an accomplished programmer, you will find something interesting. Even though the focus is on the latest Delphi release, the code uses only standard Delphi syntax without syntactic additions from the latest releases, and most of it should compile and run in any Delphi from XE7 onward. If you're using an older version of Delphi, don't despair! Most of the concepts in this book do not depend on a specific Delphi version and will be useful for everyone. Nº de ref. del artículo: LU-9781805125877
Cantidad disponible: Más de 20 disponibles
Librería: AHA-BUCH GmbH, Einbeck, Alemania
Taschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Discover algorithm performance, high- and low-level optimizations, and the internal behavior of programs written in the Delphi languagePurchase of the print or Kindle book includes a free PDF Elektronisches BuchKey Features:Discover external programming libraries that will speed up your programming and codeLearn to integrate external libraries into Delphi programsBuild fast Delphi applications using concurrency, parallel programming, and memory managementBook Description:Performance matters! Users hate to use programs that are not responsive to interactions or run too slow to be useful. While becoming a programmer is simple enough, you require dedication and hard work to achieve an advanced level of programming proficiency where you know how to write fast code.This book begins by helping you explore algorithms and algorithmic complexity and continues by describing tools that can help you find slow parts of your code. Subsequent chapters will provide you with practical ideas about optimizing code by doing less work or doing it in a smarter way. The book also teaches you how to use optimized data structures from the Spring4D library, along with exploring data structures that are not part of the standard Delphi runtime library.The second part of the book talks about parallel programming. You'll learn about the problems that only occur in multithreaded code and explore various approaches to fixing them effectively. The concluding chapters provide instructions on writing parallel code in different ways - by using basic threading support or focusing on advanced concepts such as tasks and parallel patterns.By the end of this book, you'll have learned to look at your programs from a totally different perspective and will be equipped to effortlessly make your code faster than it is now.What You Will Learn:Get to grips with algorithmic complexity and learn how to recognize itUse tools to determine program runtime behaviorSpeed up programs by doing less instead of moreDiscover the internal workings of Delphi data structuresGain an understanding of Delphi's memory managerFind out how to write low-level parallel programs with TThreadUse parallel patterns from the PPL and OTL libraries to write fast codeInclude external code, written in C or C++, in Delphi programsWho this book is for:This book is for all Delphi programmers. Whether you're a beginner or an accomplished programmer, you will find something interesting. Even though the focus is on the latest Delphi release, the code uses only standard Delphi syntax without syntactic additions from the latest releases, and most of it should compile and run in any Delphi from XE7 onward. If you're using an older version of Delphi, don't despair! Most of the concepts in this book do not depend on a specific Delphi version and will be useful for everyone. Nº de ref. del artículo: 9781805125877
Cantidad disponible: 1 disponibles
Librería: Books Puddle, New York, NY, Estados Unidos de America
Condición: New. Nº de ref. del artículo: 26396424468
Cantidad disponible: 4 disponibles