Search code examples
Efficient seeded random shuffle for the bits in a 32-bit int?...

algorithmoptimizationrandombinarybit-manipulation

Read More
SciPy minimise to find inverse function?...

pythonoptimizationscipycomputational-geometryinverse

Read More
Algorithm to get the excel-like column name of a number...

phpalgorithmoptimization

Read More
Is there difference in compilers - java...

javaoptimizationbytecode

Read More
Do Java compilers commonly precompute hashcodes of final fields?...

javaoptimization

Read More
Should import statements always be at the top of a module?...

pythonoptimizationpep8

Read More
Do C++ compilers eliminate assignment duplications?...

c++optimizationcompiler-optimization

Read More
Calculating the trace of a matrix to the power k...

mathoptimizationlinear-algebramathematical-optimizationadjacency-matrix

Read More
is there an overhead when using operator<=> compared to operator< etc...

c++optimizationstlc++20

Read More
Parallelisation/Optimisation of integrals in Python...

pythonoptimizationintegrationscientific-computingquad

Read More
Everything is volatile...

c++optimizationllvmvolatile

Read More
Do optimizers move temporary non-POD types out of loops?...

c++optimization

Read More
Parallelization: pthreads or OpenMP?...

multithreadingoptimizationpthreadsopenmp

Read More
Can I use the "null pointer optimization" for my own non-pointer types?...

optimizationrust

Read More
Problem minimising a function using L-BFGS-B method in R?...

roptimization

Read More
Best Practices for Multiple OnEdit Functions...

performancegoogle-apps-scriptoptimizationgoogle-sheetstriggers

Read More
Best way to balance object size, code flexibility and server requests?...

phpoptimizationpdo

Read More
Where does SciPy's adaptive step size method for finite differences originate?...

pythonoptimizationscipynewtons-methodfinite-difference

Read More
Struggling to understand Data alignement...

c++cperformanceoptimizationmemory

Read More
Why doesn't the Julia compiler optimise this loop?...

optimizationcompilationjulia

Read More
Is it still worth using the Quake fast inverse square root algorithm nowadays on x86-64?...

algorithmoptimizationx86-64micro-optimizationsqrt

Read More
C++ and Haskell codes differs in execution time on different machines...

c++performancehaskelloptimization

Read More
Is the C# or JIT compiler smart enough to handle this?...

c#optimization

Read More
Optimizing sieving code in the Self Initializing Quadratic Sieve for PyPy...

pythonperformanceoptimizationpypysieve-algorithm

Read More
trying to optimize if/else condition slows down program...

c#optimization

Read More
Is worth using SSE or should I just rely on the compiler?...

c++optimizationintelsimdsse

Read More
'|' vs '||' compiler optimization in C#...

c#.netoptimizationbitwise-or

Read More
Best way to interpolate a numpy.ndarray along an axis...

pythonarraysoptimizationnumpyinterpolation

Read More
How to Split a PostgreSQL Table into Partitions by a Nullable Column Without Using INSERT INTO?...

sqlpostgresqloptimizationpartitioning

Read More
Fastest implementation of sine, cosine and square root in C++ (doesn't need to be much accurate)...

c++mathoptimizationtrigonometry

Read More
BackNext