Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Optimizing MySQL for ALTER TABLE of InnoDB

What is the fastest way to check the leading characters in a char array?

HTML & CSS - put <link> tag outside of the <head> [duplicate]

Performance optimisations of x86-64 assembly - Alignment and branch prediction

How to Clear down Query Execution Statistics in SQL Server 2005/2008

Which is faster/better for caching, File System or Memcached?

C: What is the best and fastest way to concatenate strings

Does an unused import declaration eat memory, in Java?

java performance import

Replacing multiple characters in a string, the fastest way?

PHP OPcache optimization levels - what are they?

jQuery DataTables - Slow initiation, "Normal" html table shown in the beginning

Jquery element+class selector performance

How should I serve an image with Laravel?

php performance laravel

Why is Julia taking a long time on the first call into my module?

performance julia

What's better to use, a __try/__except block or a try / catch block?

Fastest way to check a string is alphanumeric in Java [closed]

java performance

What is the Most Efficient way to compare large List of integers to smaller List of integers?

c# performance algorithm

Testing performance of queries in mysql

performance testing mysql

What is the difference between set and hashset in C++ STL?

c++ performance stl set hashset

Java loop efficiency ("for" vs. "foreach") [duplicate]