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
Why does Method access seem faster than Field access?
Jun 17, 2022
java
optimization
benchmarking
Fast way to convert a byte[] string to its Integer value
May 05, 2022
java
optimization
Slow XOR operator
May 18, 2021
c++
optimization
xor
Will the C# compiler remove unused local if it is assigned a property?
Apr 24, 2022
c#
optimization
compiler-construction
Tips to save up our page load time [duplicate]
Jun 21, 2022
php
javascript
jquery
performance
optimization
Could an optimizing compiler remove all runtime costs from std::unique_ptr?
Aug 24, 2022
c++
optimization
c++11
unique-ptr
Prevent Code-Formatting in Eclipse by HotKey
Nov 16, 2022
java
eclipse
optimization
formatting
hotkeys
Cython : pure C loop optimization
Dec 23, 2021
python
loops
optimization
cython
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
« Newer Entries
Older Entries »