Rust high performance: learn to skyrocket the performance of your Rust applications
โ Scribed by Eguia Moraza, Iban
- Publisher
- Packt Publishing
- Year
- 2018
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Sometimes it's difficult to get the best performance out of Rust. This book teaches you how to optimize the speed of your Rust code to the level of languages such as C/C++. You'll understand and fix common pitfalls, learn how to improve your productivity by using metaprogramming, and speed up your code by concurrently executing parts of it safely and easily. Master the features of the language that make it stand out and use them to really improve the efficiency of your algorithms.
โฆ Table of Contents
Table of ContentsCommon performance pitfallsExtra performance enhancementsMemory management in RustLints and Clippy Profiling your Rust applicationBenchmarking Built-in macros and configuration itemsMust-have macro cratesCreating your own macros MultithreadingAsynchronous programming
โฆ Subjects
Application software--Development;Computer programming;Computer programming / software development;Computers--Programming Languages--C;Computers--Programming--Parallel;Computers--Software Development & Engineering--Tools;Parallel processing;Programming & scripting languages: general;Programming languages (Electronic computers);Electronic books;Application software -- Development;Computers -- Programming -- Parallel;Computers -- Software Development & Engineering -- Tools;Computers -- Programming
๐ SIMILAR VOLUMES
<p><span>Find bottlenecks, identify the proper algorithm to use, optimize performance, and create really efficient Rust applications</span></p><h4><span>Key Features</span></h4><ul><li><span><span>Understand common performance pitfalls and improve the performance of your applications.</span></span><
<p><b>Improve the performance of your PHP application to ensure the application users aren't left waiting</b><p><b>About This Book</b><p><li>Make the optimum use of PHP coding to improve your programming productivity<li>Leverage the potential of PHP for server-side programming, memory management, an