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
What is copy elision and how does it optimize the copy-and-swap idiom?
Sep 02, 2022
c++
optimization
copy-and-swap
copy-elision
"Don't use StringBuilder or foreach in this hot code path"
Jun 16, 2022
.net
optimization
foreach
signalr
stringbuilder
Delphi: How to organize source code to increase compiler performance?
Apr 25, 2021
delphi
optimization
compiler-construction
How can I optimize this Python code to generate all words with word-distance 1?
Aug 22, 2022
python
optimization
python-2.x
levenshtein-distance
word-diff
Why is a CPU branch instruction slow?
Sep 02, 2022
optimization
architecture
language-agnostic
compiler-construction
cpu
Is the compiler allowed to optimise out private data members?
Aug 23, 2022
c++
optimization
compilation
language-lawyer
Why/When you would not want to have Java 8 UseStringDeduplication enabled in JVM?
Sep 02, 2022
java
performance
optimization
java-8
Is there memset() that accepts integers larger than char?
Aug 28, 2022
c
optimization
Speedup C++ code
Sep 02, 2022
c++
optimization
What coding techniques do you use for optimising C programs? [closed]
Sep 02, 2022
c
optimization
Why does n++ execute faster than n=n+1?
Sep 02, 2022
c
micro-optimization
optimization
performance
Is $(document).ready necessary if I put all my JavaScript at the bottom of the page? [duplicate]
Sep 02, 2022
javascript
jquery
performance
optimization
Google PageSpeed - Eliminate Render-Blocking Resources Above the Fold caused from Google Fonts
Sep 02, 2022
css
optimization
pagespeed
What's missing/sub-optimal in this memcpy implementation?
Nov 13, 2022
c
optimization
x86
simd
avx
When should I omit the frame pointer?
Aug 18, 2022
c
optimization
compiler-construction
Does GCC inline C++ functions without the 'inline' keyword?
Sep 02, 2022
c++
optimization
gcc
inline
optimizer-hints
What optimization hints can I give to the compiler/JIT?
Sep 02, 2022
c#
.net
vb.net
optimization
Disable compiler optimisation for a specific function or block of code (C#)
Sep 02, 2022
c#
.net
optimization
compact-framework
compiler-optimization
What is Big O notation? Do you use it? [duplicate]
Nov 14, 2022
optimization
complexity-theory
big-o
Why isn't pass struct by reference a common optimization?
Sep 02, 2022
performance
optimization
compiler-construction
assembly
struct
« Newer Entries
Older Entries »