Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Tips for improving performance of DB that is above size 40 GB (Sql Server 2005) and growing monthly by around 3GB

Are there any performance considerations from referencing a 5MB .Net assembly?

c# .net performance iis

Database indexing - how does it work?

("" OR null) VS NOT(!"" AND NOT NULL) in where clause

mysql performance

When accessing individual characters in a string in Perl, is substr or splitting to an array faster?

Is it worth it to gzip js files?

javascript performance gzip

Does initialization of local variable with null impacts performance?

Generating unique codes that are different in two digits

Use CActiveRecord to get the sum of a column

php mysql performance yii

Python and performance of list comprehensions

Dustjs: what about performance?

Is there a difference in performance for calling .length on an array versus saving a size variable?

java arrays performance

Choosing which classes to use in a php OOP design

php performance oop procedural

Denormalized floating point in Objective-C?

Best practice - load a lot of stuff in the application_start? [closed]

c# asp.net performance vps

Why access volatile variable is about 100 slower than member?

java performance volatile

How to check my server's upload and download speed? [closed]

Who is faster: PEG or GLR?

Which operator is faster (> or >=), (< or <=)? [closed]

Why doesn’t __builtin_prefetch have any effect here?