Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in optimization
Sample equidistant points from a numeric vector
Oct 15, 2022
r
optimization
sample
A trick to prevent the compiler from constant folding out an expression
Dec 11, 2020
c++
c
optimization
compiler-optimization
constantfolding
final static vs final non-static fields and JVM optimization
Feb 10, 2017
java
optimization
static
jvm
final
Scipy.optimize.minimize SLSQP with linear constraints fails
Oct 20, 2022
python
numpy
optimization
scipy
Using lambda functions in RK4 algorithm
Oct 31, 2020
python
performance
optimization
runge-kutta
gcc optimisation effect on loops with apparently constant variable
Nov 10, 2022
c++
multithreading
gcc
optimization
How to build N bits variables in C++?
Apr 22, 2022
c++
algorithm
optimization
bitset
bitarray
How can I improve the performance of element-wise multiplication in Rust?
Apr 30, 2022
performance
optimization
rust
GCC wrongly optimizes a pointer-equality test for a variable at a custom address
Apr 09, 2022
c
gcc
optimization
x86
x86-64
Assembly why is "lea eax, [eax + eax*const]; shl eax, eax, const;" combined faster than "imul eax, eax, const" according to gcc -O2?
May 15, 2022
c
assembly
optimization
x86-64
cpu-architecture
Whats the best way to profile a sqlserver 2005 database for performance?
Jun 11, 2022
sql-server
optimization
profiling
Efficient Hashmap Use
Aug 13, 2020
optimization
data-structures
performance
hashmap
Why is this code being generated by avr-gcc and how does it work?
May 16, 2022
optimization
compiler-construction
assembly
avr
avr-gcc
is there such thing as a query being too big?
Jul 08, 2017
sql
database
optimization
How to optimize my PostgreSQL DB for prefix search?
Jun 13, 2022
optimization
postgresql
autocomplete
How to optimize a cycle?
Aug 10, 2018
c++
optimization
assembly
intrinsics
sse2
MySql speed of executing max(), min(), sum() on relatively large database
Oct 24, 2022
php
mysql
optimization
Compile-time trigonometry in C
Oct 03, 2022
c
optimization
SIMD: Why is the SSE RGB to YUV color conversion about the same speed as the c++ implementation?
Apr 11, 2017
c++
optimization
rgb
yuv
sse2
Excel Index vs Offset/Indirect - I don't understand why Offset/Indirect is faster in this case
Nov 08, 2021
excel
vba
optimization
reference
excel-formula
« Newer Entries
Older Entries »