Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Android draw path

android performance path draw

Drawing lots of particles efficiently

Is a pointer indirection more costly than a conditional?

Why is one thread faster than just calling a function, mingw

Splitting Delimited String vs JSON Parsing Efficiency in JavaScript

Java: Concurrent reads on an InputStream

ARM Assembly: Absolute Value Function: Are two or three lines faster?

Why does branching occur in assembly code while comparing for a number to be in range?

Faster String Matching/Iteration Method?

java performance

Dynamic -ffast-math

Difference between a for-loop and a while-loop using an Iterator

Just-in-time compilation - when does it actually take place in Java?

java performance jit

SSE and AVX intrinsics mixture

c++ performance sse simd avx

Collections.nCopies() vs. For-loop Initialization

Oracle Insert All vs Insert

Why are some iterators faster than others in C#?

c# performance iterator

What are the merits of using numeric row IDs in MySQL?

mysql sql performance

Defer attribute doesn't work with Google Maps API?

When to use const references over const value in function?

Oracle SQL Query Filter in JOIN ON vs WHERE