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
Most efficient way to iterate over all DOM elements
Aug 26, 2022
javascript
jquery
performance
dom
optimization
Why can't GCC optimize the logical bitwise AND pair in "x && (x & 4242)" to "x & 4242"?
Aug 26, 2022
c++
gcc
optimization
compiler-optimization
Fastest way to do horizontal SSE vector sum (or other reduction)
Mar 28, 2021
assembly
optimization
floating-point
sse
simd
Fastest way to remove non-numeric characters from a VARCHAR in SQL Server
Aug 26, 2022
sql
sql-server
performance
optimization
What's the fastest way to read from System.in in Java?
Aug 26, 2022
java
optimization
inputstream
stdin
Prefetching Examples?
Aug 26, 2022
gcc
optimization
assembly
prefetch
What optimizations can I expect from Dalvik and the Android toolchain?
Feb 01, 2018
java
android
optimization
dalvik
JS: Most optimized way to remove a filename from a path in a string?
Nov 07, 2022
javascript
optimization
What does the class class [B represents in Java?
Aug 25, 2022
java
optimization
memory
jhat
Is shifting bits faster than multiplying and dividing in Java? .NET? [closed]
Aug 25, 2022
c#
java
.net
optimization
bit-manipulation
Rules for using the restrict keyword in C?
Aug 25, 2022
c
optimization
memory
Android ProGuard: Most Aggressive Optimizations
Jan 08, 2022
android
optimization
proguard
Using index, using temporary, using filesort - how to fix this?
Aug 25, 2022
mysql
optimization
select
temporary
filesort
Optimization by Java Compiler
Aug 25, 2022
java
optimization
javac
Will my iPhone app take a performance hit if I use Objective-C for low level code?
Sep 19, 2022
c++
iphone
objective-c
performance
optimization
C++: Mysteriously huge speedup from keeping one operand in a register
Nov 10, 2022
c++
c
performance
optimization
assembly
Why does using the ternary operator to return a string generate considerably different code from returning in an equivalent if/else block?
Aug 20, 2022
c++
assembly
optimization
clang
compiler-optimization
What is Haskell's Stream Fusion
Jun 26, 2019
list
optimization
compiler-construction
haskell
Most efficient way to see if an ArrayList contains an object in Java
Sep 25, 2022
java
algorithm
optimization
search
arraylist
Is it legal for a C++ optimizer to reorder calls to clock()?
Mar 05, 2022
c++
optimization
clock
« Newer Entries
Older Entries »