Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Are C/C++ compilers optimizing across compilation units?

c optimization

SSE2: Double precision log function

c++ c optimization sse simd

Fast algorithm for counting the number of acyclic paths on a directed graph

Fast multiplication and subtraction modulo a prime

C cache optimization for direct mapped cache

Optimizing strings in Cython

Python: Why is popping off a queue faster than for-in block?

Algorithm for enumerating all possible ways a rectangle can be split into n smaller rectangles

algorithm optimization

Iterating over linked list in C++ is slower than in Go with analogous memory access

c++ go optimization

How to efficiently combine comparisons in SSE?

c optimization assembly sse avx

Iterating over arrays in cython, is list faster than np.array?

"ValueError: max_features must be in (0, n_features] " in scikit when using random forest

Slow UNION Query - MySQL

mysql optimization

How to find out what optimizations the JVM applied to my code?

Optimising this C (AVR) code

c optimization assembly avr

How can I get rid of `let` in Core?

optimization haskell core

How to break an array into blocks

C#: Memory-efficient search through 2 million objects without external dependencies

How do I write (test) code that will not be optimized by the compiler/JIT?

c# java .net optimization jit

Lua Challenge: Can you improve the mandelbrot implementation’s performance?

optimization lua mandelbrot