May 20, 2015 android as configuration gradle optimise speed studio up Android - More Speed up Building with Gradle In my previous post I described one thing you can easily do to improve the build speed, namely enabling the gradle daemon. In the meantime,
Feb 18, 2015 cache dns lookup optimise synology Set Up a Local DNS with Synology DiskStation The last days I tried to set up a local DNS cache thing on my Synology, just to use up the CPU a bit more.
Oct 10, 2014 c case if optimise C Optimisation - 2005 style TL;DR: This post is about an experience I had in 2004 and it’s part of my consolidating technical posts I wrote in time.
May 13, 2013 amazon aws django django-storages improve optimise python s3 s3boto storages web Improve S3Boto Django-Storages Performance with Custom Settings Django-storages is a great piece of software. It provides an uniform API for all kind of file storage backends, including Amazon's S3. I
Apr 8, 2005 old c optimise C optimisation I was trying to optimize a bit of code and found out that 2 if() statements are quicker than a case with true/false. and