Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Why is jQuery.ready recommended when it’s so slow?

How to find out what mach_msg_trap waits for?

How do 32-bit applications make system calls on 64-bit Linux?

In R, how do you loop over the rows of a data frame really fast?

Lost Cycles on Intel? An inconsistency between rdtsc and CPU_CLK_UNHALTED.REF_TSC

What is the fastest way to output large DataFrame into a CSV file?

Why is drawing a line less than 1.5 pixels thick twice as slow as drawing a line 10 pixels thick?

Why does clang produce a much faster code than gcc for this simple function involving exponentiation?

Comparing Querydsl, jOOQ, JEQUEL, activejdbc, iciql and other query DSLs

Performance of Array.push vs Array.unshift

Fast arbitrary distribution random sampling (inverse transform sampling)

python performance random

Why is str.strip() so much faster than str.strip(' ')?

Why is this naive matrix multiplication faster than base R's?

Using LIKE vs. = for exact string match

mysql string performance

JavaScript - === vs == operators performance

SQL Server pivot vs. multiple join

Serve Images in Next-Gen Formats

What do you monitor with JMX in your production Java application?

When should I use string instead of stringstream?

Numpy: Fix array with rows of different lengths by filling the empty elements with zeros