Logo

Optimizing Code for Speed

Optimizing Code for Speed

Publisher: Wikibooks

Description:
This document will focus on optimizing code to run faster. The intended audience of this text are software developers, primarily programmers who know at least one programming language well enough to write moderately complex programs.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Patterns of Software: Tales from the Software CommunityPatterns of Software: Tales from the Software Community
by - Oxford University Press
An informative inside look at the world of software design and computer programming and the business that surrounds them. Written for computer scientists and software entrepreneurs, but the essays are accessible to everyone.
(22586 views)
Book cover: Gradle Beyond the BasicsGradle Beyond the Basics
by - O'Reilly Media
Build and test software written in Java and many other languages with Gradle, the open source project automation tool that's getting a lot of attention. This concise introduction provides numerous code examples to help you explore Gradle.
(13900 views)
Book cover: 500 Lines or Less500 Lines or Less
by - The Architecture of Open Source Applications
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch to solve difficult problems.
(7446 views)
Book cover: Software Optimization ResourcesSoftware Optimization Resources
by - agner.org
These manuals describe everything you need to know about optimizing code for x86 and x86-64 microprocessors, including optimization advices for C++ and assembly language, details about the microarchitecture and instruction timings of processors.
(13016 views)