Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

How to optimize memory access pattern / cache misses for this array decimate/downsample program?

How to efficiently sort the characters in a string in R?

r string performance sorting

How performant is Python's pattern matching? Is it O(1)?

How large structs can be passed by value efficiently?

How to throttle clients in a REST API

How do I only load an image when the user scrolls to it

Efficiently updating a QTableView at high speed

How much faster is NUnit compared to MSTest

what is the best practice store images in android in SD card or in SQL lite DB?

How can I be sure that the compiler doesn't optimize away my performance test?

java performance testing

Haskell - simple way to cache a function call

performance haskell

How to improve GWT hosted mode / compilation times?

performance gwt hardware

Android: What to do if performance of ListView is still not enough?

Why use char[] instead of String?

java performance

How to efficiently build a Python dictionary in C++

Probability of getters and setters getting inlined by the compiler

Should I prefer stride one memory access for either reading or writing?

Python + alglib + NumPy: how to avoid converting arrays to lists?

Should I create one complex RegEx or multiple and less complex ones?

regex performance

Using Oracle hint "FIRST_ROWS" to improve Oracle database performances