Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

Should I truncate my ints to shorts before computing bitwise ops on them?

How can I use MORE RAM?

Code optimisation: Arrays vs collections

Efficient computation of similarity matrix in Python (NumPy)

Close form solution for finding a root

regex '|' operator vs separate runs for each sub-expression

python regex performance

How does Spark View Engine's performance compare to ASP.NET?

Command pattern without virtual functions (C++)

CSS Performance Question

css performance browser

Why does Flex use a single threaded model?

Drawbacks to having (potentially) thousands of directories in a server instead of a database?

Which is better on performance: double quoted strings with variables or single quoted strings with concatenations?

php performance string

Quicker ways to search a C# List<String> for substrings

c# list performance

Performance tuning CakePHP application

php performance scaling

Efficiency of putting a query in the C# foreach condition

c# .net performance

How to improve my software project's speed?

Python: get number of items in generator without storing the items

Why can LINQ operations be faster than a normal loop?

why the third option is better than regex?

javascript performance

BigO running time on some methods

java methods big-o performance