Articles tagged “optimization”
- Pooling and performance: what benchmarks and profiling may reveal When benchmarking Orseis, I discovered that with repetitive queries, its performance drastically decline. In some conditions, it was more than ten times slower compared to the direct usage of ADO.NET. This is totally unacceptable for a library which…
- Users matter more than bytes and CPU cycles There is something completely wrong in developers' nature to be obsessed with performance to the detriment of everything else. It seems even that this compulsive obsession is not something we acquire with practice, since it affects even beginner…
- Why is positive premature optimization still wrong? When junior programmers do premature optimization, it is easy to see how it could harm the project. They guess that a given change would make their code faster, and since they don't measure the actual…