Category: optimization
What is restrict in C? The restrict keyword was introduced in C99 as a type qualifier for pointers. It tells the compiler that the pointer is the only means …
SQL is the language to interact with databases, so we need to make them as fast as possible as the Database Operations may usually be expensive. Use indexes Indices …
Inspired by previous work done by here/. I use the source code provided on the PI computation.. And performance/timing is measured on the following PC: 16GB RAM Intel i7-4710HQ …
.NET offers the LINQ to write code in a concise and elegant way. In most of cases, there is no performance difference between a LINQ statement and its normal …
My initial VPS (Virtual Private Server) only had 512M RAM, 1 core and 10G HDD. Later I upgraded to 2 cores, 1G RAM and 20G HDD because of an …