Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

ThreadLocal HashMap vs ConcurrentHashMap for thread-safe unbound caches

Whats the cost of calling a virtual function in a non-polymorphic way?

Explanation of gcc optimization

c performance optimization gcc

The most performant way to check if a string is blank (i.e. only contains whitespace) in JavaScript?

javascript performance

Is there an equivalent to C++'s std::vector in PHP?

php arrays performance

Putting two linkedlists together without copying - Java, Using standard API [duplicate]

java performance

Best way to shift an array in C?

Caching a generator

How to measure system overload when using GO

Optimize SQL Query to avoid Hash Match (Aggregate)

sql sql-server performance

Does a loop take longer to execute each time?

compare performance MathJax vs MathQuill vs Katex

Popcount of SSE vectors for binary correlation?

Determine the number of "logical" bytes read/written in a Linux system

linux performance io

Is there any way to detect iOS 9 low power mode programmatically?

ios performance

Packing BCD to DPD: How to improve this amd64 assembly routine?

performance assembly x86 bcd dpd

Why does Haskell's 'even' function slow my program down? [duplicate]

performance haskell

Efficiently sorting a String by the number of occurrences of each of its characters

In Dart, does `List.unmodifiable` create an unmodifiable view, or a whole new independent list?

Which Intel microarchitecture introduced the ADC reg,0 single-uop special case?