Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Use two loop bodies or one (result identical)?

How to check which stored procedure is taking maximum time in sql server

How to write a better strlen function?

mongodb index (reverse) optimization

Efficiency of having logic in-line vs calling a method?

java optimization profiling

How expensive are JS function calls (compared to allocating memory for a variable)?

How important is using tiny variable names in Javascript?

Quick padding of a string in Delphi

Signed saturated add of 64-bit ints?

1,000,000,000 calculations per microsecond?

Trade off between code duplication and performance

Android M startActivity battery optimization

Can modern x86 implementations store-forward from more than one prior store?

Python: speeding up geographic comparison

Fastest way to see how many bytes are equal between fixed length arrays

c++ arrays optimization

Does Haskell optimizer utilize memoization for repeated function calls in a scope?

Is std::ifstream significantly slower than FILE?

How is it possible to see C# code after compilation/optimization?

Can i use more heap than 32 GB with compressed oops

SELECT COUNT() vs mysql_num_rows();