Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in performance

XPath vs DeSerialization: which one is better in performance for read operations

What, if any, is the resource penalty for using System.Diagnostics.Stopwatch?

c# .net performance stopwatch

SQL Server: Event does not reference any tables (Tuning Advisor warning)

Image Resizing Performance: System.Drawing vs System.Windows.Media

c# wpf performance image resize

Prepending to a multi-gigabyte file

performance file

Best practice for handling memory leaks in large Java projects?

java performance tomcat

Erlang pattern matching bitstrings

How to initialise static arrays in D without a GC allocation?

Analyzing slow performance of a Haskell program

What are the advantages/disadvantages on passing arguments to the AsyncTask constructor?

is "where (ParamID = @ParamID) OR (@ParamID = -1)" a good practice in sql selection

Drawing image with CoreGraphics on Retina iPad is slow

.NET boxing / unboxing vs casting performance

c# .net performance

Performance of regexp_replace vs translate in Oracle?

Iterating vs List Concatenation

Is Java slow when creating Objects?

What is the difference between jQuery has() and filter() methods?

PostgreSQL Bitmap Heap Scan on index is very slow but Index Only Scan is fast

sql performance postgresql

ReactJS. Quite slow when rendering and updating a simple list of 1500 <li> elements. I thought VirtualDOM was fast

How to fill up a Data.Map in a space&time efficient way