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
How to split/partition a dataset into training and test datasets for, e.g., cross validation?
Aug 16, 2022
python
arrays
optimization
numpy
Why doesn't .NET/C# optimize for tail-call recursion?
Dec 14, 2021
c#
.net
optimization
tail-recursion
Coding Practices which enable the compiler/optimizer to make a faster program
Aug 16, 2022
c++
c
performance
optimization
Optimising Android application before release [closed]
Aug 16, 2022
java
android
optimization
Is the ternary operator faster than an "if" condition in Java [duplicate]
Aug 16, 2022
java
performance
optimization
Different ways of adding to Dictionary
Aug 16, 2022
c#
optimization
dictionary
How to overload std::swap()
Aug 16, 2022
c++
performance
optimization
stl
c++-faq
How do I choose grid and block dimensions for CUDA kernels?
Aug 16, 2022
performance
optimization
cuda
gpu
nvidia
Quickly find whether a value is present in a C array?
Aug 15, 2022
c
optimization
assembly
embedded
arm
Using this pointer causes strange deoptimization in hot loop
Apr 13, 2022
c++
c++11
optimization
compiler-optimization
strict-aliasing
Why does Clang optimize away x * 1.0 but NOT x + 0.0?
Dec 14, 2021
c++
c
optimization
floating-point
clang
Why is a simple loop optimized when the limit is 959 but not 960?
Dec 14, 2021
c
gcc
optimization
clang
Virtual functions and performance - C++
Aug 15, 2022
c++
performance
optimization
virtual-functions
In release mode, code behavior is not as expected
Aug 15, 2022
c++
c
optimization
visual-studio-2008
compiler-bug
Coalesce function for PHP?
Aug 15, 2022
php
optimization
null-coalescing-operator
Position of least significant bit that is set
Nov 02, 2022
c++
c
optimization
bit-manipulation
Any optimization for random access on a very big array when the value in 95% of cases is either 0 or 1?
Oct 04, 2022
c++
arrays
performance
optimization
memory-bandwidth
What is more efficient? Using pow to square or just multiply it with itself?
Aug 15, 2022
c++
c
optimization
What is the fastest/most efficient way to find the highest set bit (msb) in an integer in C?
Aug 15, 2022
c
algorithm
optimization
bit-manipulation
Why does the Java API use int instead of short or byte?
Aug 15, 2022
optimization
types
java
« Newer Entries
Older Entries »