Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

Any way to make this relatively simple (nested for memory copy) C++ code more efficient?

The speed of Ruby and Java [closed]

How to get Google like speeds with php?

add vs mul (IA32-Assembly)

Code optimization; switch versus if's

Cost of a virtual function in a tight loop

Most Lightweight Java Collection

Ideas for good performance optimisations in C++

c++ optimization

Design a storage algorithm [closed]

algorithm optimization

Is it ok to use character values for primary keys?

Does a boolean condition in a for loop that is always false get optimized away?

c++ optimization loops

Does Clojure have short-circuit logic?

why volatile vars are not optimized even in very simple cases?

c++ optimization volatile

Optimizing Class Size in Delphi. Is there something like "packed classes"?

delphi optimization memory

Optimizations in Code related to string functions

c optimization

Is there a standard way to detect bit width of hardware?

When does Delphi honor `inline` and when not?

Can gcc make my code parallel?

c++ gcc optimization

Does the -O0 compiler flag have the same effect as the volatile keyword in C?

Which of these codes will run faster

c++ optimization