Articles tagged “profiling”
- 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…
- Don't use it, it's slow Recently, I’ve received an e-mail like this from a colleague of mine, the e-mail being sent to a few people in the company: “FYI, we have removed SQL computed columns used when computing the gauges. The profit is impressive: the prices are now loaded…
- Most performance questions are wrong I don't remember any question posted on SoftwareEngineering.SE related to performance which would be a good, on-topic question. I remember questions which were completely wrong or simply unanswerable.…
- What makes performance decrease over time? In an excellent blog post, Nikita Prokopov shares his thoughts about “our industry’s lack of care for efficiency, simplicity, and excellence,” explaining, among others, that year after year, hardware becomes more and more powerful, but applications…