Category:Optimisations

From Cppwiki

Jump to: navigation, search

There are a few different types of optimisations that can be under taken. There optimisations fall under the following broad categories.

Contents

Types of Optimisations

Time based

These optimisations allow the program to run in less time, or for certain sections of code to be fully executed in less time.

Memory based

These optimisations allow the program to have less of a memory footprint and also allow for superfluous memory based operations to be avoided.

Compile time based

These optimisations allow the program to be compiled in less time.

Subcategories

There is one subcategory to this category.

M

Articles in category "Optimisations"

There is one article in this category.

R

Personal tools