Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

MySQL: Join (2 tables) vs single queries (1 table)

php mysql optimization select

How to automatically translate pure code into code that uses mutable arrays for efficiency?

Travelling Salesman and Map/Reduce: Abandon Channel

Optimization tools for C and C++

Performance problem: CPU intensive work performs better with more concurrency in Erlang

Haskell benchmarking/Optimization of nf/whnf of non-strict reduction

C++ Cache friendly way of accessing all the members of all elements of a `vector <struct_type>`

Optimization suggestions when writing storable vector definition for union struct

Is ternary search less efficient than this related algorithm?

How to implement server side caching with PHP

optimization php

Java optimization: speed of inner loops inconsistent?

Pre-allocating memory in MATLAB à la std::vector::reserve(n)

c++ matlab optimization

Javascript Module Pattern Memory Footprint and Performance

Is there a module that searches for superfluous code?

perl optimization module

Do C++ compilers align small functions to optimize cache-line fetches?

How many MySql queries/second can be handled by a server?

Possible optimizations in Haskell that are not yet implemented in GHC? [closed]

Optimizing R objective function with Rcpp slower, why?

r optimization rcpp

Is it possible to use branch prediction hinting in C#?

c# .net optimization clr

Proguard with OrmLite on Android