Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optimization

What does it mean to 'hash cons'?

"Conditional Conditions" in a WHERE clause (Which condition to apply depends on a "mode" flag)

Regex optimisation - escaping ampersands in java

java regex optimization

django- pass a string or an instance in urls.py?

django optimization url

Generating Strong Unique User ID's w/PHP & MySQL

error using restrict keyword

JavaScript stops working when I compress my script

See any problems with this C# implementation of a stack?

c# optimization stack

PHP code optimization

php optimization

Redraw lots of objects on Canvas HTML

Are SQL Execution Plans based on Schema or Data or both?

More bit-twiddling: Efficiently implementing a binary search over a fixed-size array

c optimization

Local variables construction and destruction with optimizer involved

Optimizing NumPy with Cython

What are some ways to get a list of DateTime.Now.AddDays(0..7) dynamically?

GLSL Interlacing

How do you get maximal speed out of SSE?

Need to make my code faster. Storing results of repeating statements in array of Boolean

delphi optimization

What would be an optimal SQL query to retrieve the following result set

sql optimization

Does ghc transform a list only used once into a generator for efficiency reasons?