Posts in the optimisation caterory

Other categories: calendar configuration dev diagnostics easter-eggs frontend fullstack hardware internet optimisation programming scripting servers software sysadmin terminal vue web

How to Optimise C# (S1E2): Memory Access: Nested Loops

Continuing on from S1E1 that highlighted issues around memory access stalls, and optimisation of hot and cold data, the same issue can happen with nested loops when we traverse and access data structures larger than the …

How to Optimise C# (S1E1): Memory Access: Hot & Cold Data

Not all memory is equal.

It’s beginner’s mistake to think that all memory access takes an equal amount of time. Many managed languages like to abstract details of memory access away so that the programmer …

Faster internet usage with a local dns cache

One of the things you can do to speed up browsing and general internet activity is to create a local DNS cache. A DNS is a Domain Name Server and its purpose is to convert domain names to IP addresses. Every time you …

Reduce DNS server lookup time

Having moved house I have just been connected to broadband.  The connection is a decent enough 4mbps but for some reason, especially in the evening, when I went to a website when I was surfing the browser would spend a …

Firefox 3 turbo speed optimisation

Following on from my previous article, Firefox 3 Easter Eggs, I have discovered that broadband users can get a significant speed increase from Firefox just by changing a couple of settings.  Firefox is distributed with …