Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

In Lua, should I define a variable every iteration of a loop or before the loop?

Is it possible to get a <200ms response with Drupal (without caching)?

php performance drupal caching

Jquery selector, should I specify type of html tag?

How to effectively log 100s to 1000s of actions to a database

Committed changes visibility in Lucene. Best practices

java performance lucene

What is the fastest way to load data in Matlab

performance matlab format hdf5

Android - Which is more efficient?

android performance

Quicksort- how pivot-choosing strategies affect the overall Big-oh behavior of quicksort?

ASP.Net IIS7 Obtaining CPU usage per request

EhCache BigMemory vs Diskstore on RAM disk

Numpy append: Automatically cast an array of the wrong dimension

Does adding local variables to methods make them slower?

What does Logn actually mean?

Fast way to query latest record?

sql performance oracle

Compile unsafe Haskell

performance haskell llvm ghc

How to handle large dataset with JPA (or at least with Hibernate)?

Laravel eager loading vs explicit join

Impact of hyperthreading on compiler performance?

Why is summing an array of value types slower then summing an array of reference types?

Is it safe to use SUM() without ISNULL()

sql-server performance