Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Assembled c++ appears to contain superfluous instructions

Cache-friendly way to collect results from multiple threads

'Share' or 'cache' an expression parameterized by only ambiguous types?

How to decrease the time spent on one instruction?

c optimization x86-64 perf

Optimizing the backward solve for a sparse lower triangular linear system

Why can a naive abs implementation not be optimized well in C++?

Sparse dot product in SQL

A good article on modern CPU features/performance optimizations?

Can a JIT take a benefit from Generics?

java optimization jit

What are the ways to load JavaScript or CSS without executing them?

Optimization techniques used by std::regex_constants::optimize

c++ regex optimization c++11

Combining source code into a single file for optimization

c optimization

Optimizing product assembly / disassembly

Persistent in-memory Python object for nginx/uwsgi server

Reduce memory consumed by method that uses OpenCv on iOS

Hoisting/Reordering in C, C++ and Java: Must variable declarations always be on top in a context?

Permuting bytes inside SSE __m128i register

optimization sse simd

Minimum difference between sum of two numbers in an array

Loop unrolling in inlined functions in C

c optimization inline icc

Using valgrind to measure cache misses [closed]