Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

How to find the size of the L1 cache line size with IO timing measurements?

Speeding up CakePHP

php performance cakephp

MySQL performance optimization: order by datetime field

mysql performance select

Why is this GoLang solution faster then the equivalent Java Solution?

java performance go

Javascript && operator versus nested if statements: what is faster?

PHP array performance

php arrays performance

Do any real-world CPUs not use IEEE 754?

Why do whatsapp web application needs phone connection all the time?

performance server whatsapp

Lookup table vs switch in C embedded software

Why is Collections.addAll supposed to be faster than c.addAll

Why are immutable objects in hashmaps so effective?

Why use variadic arguments now when initializer lists are available?

Why is creating an array with inline initialization so slow?

GPGPU vs. Multicore?

Dynamic vs Inline RegExp performance in JavaScript

Mongodb Aggregation Framework: Does $group use index?

Should I use const for local variables for better code optimization?

Can I use memcpy in C++ to copy classes that have no pointers or virtual functions

Why is thread local storage so slow?

deque.popleft() and list.pop(0). Is there performance difference?