Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

How to pack +-1 signs of 8 packed 32-bit integers (in an __m256i) into bytes of a 64-bit integer?

How to decompress bit pairs from uint64_t to __m256i?

Populating very large hashtables - how to do so most efficiently?

Does adding server side code in markup page (aspx) affect performance?

c# asp.net performance

Is there a performance gain achieved by using "SELECT Field1, Field2, Field3 ..." instead of "SELECT * ..."

sql performance

is there any faster way to populate a resultset from a database query?

how to fix this query performance on SQL Server Compact Edition 4

Node.js performance's analysis through flame graph (on Mac)

float point multiplication: LOSING speed with AVX against SSE?

c++ performance sse avx

Why my Drupal is intermittently slow? Stracing shows a lot of repeated sendto calls

php performance drupal

How to improve percolator performance in ElasticSearch?

Heroku 1x vs 2x web dynos

std::vector<A> vs std::vector<A*> difference for CPU

c++ performance cpu ram

CUDA vs OpenCL performance on empty kernel

performance cuda opencl

Placing a function call in a for loop

java performance

How can I improve the performance of this MySQL Query in Perl, the same Query directly executed in MySQL Workbench is 1600 times faster

mysql performance perl

Avoid double lookup when updating dictionary integer members

Server Or Database

What is more efficient in python new array creation or in place array manipulation?

python performance