Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

DELETE performance in SQL Server on clustered index, large table

SQL Server "<>" operator is very slow compared to "=" on table with a few million rows

sql sql-server performance

Custom UITableViewCell with large UIImageView causing scroll lag

What can I do to make this loop run faster?

c# performance for-loop

What's the fastest way to pack 32 0/1 values into the bits of a single 32-bit variable?

Is it good to store long strings in a database?

Grails - add header to every response

Exploding an array within a foreach loop parameter

php performance foreach

Performance drop after 5 days running web application, how to spot the bottleneck?

Safe alternatives to PHP Globals (Good Coding Practices)

php performance security

Which one is faster and why?

performance haskell

Is it bad practice to use python's getattr extensively?

To union or union all, that is the question

sql performance union-all

Python efficient way to check if very large string contains a substring

python performance

union object acts like a structure

Sql Server int vs nvarchar comparison on performance?

Performance implications of .net Events

jQuery UI .sortable() call is slow when applies to thousands of elements

How to see fragmentation of a specific file?

Three-way conditional in c++ to determine sign equivalance of two numbers