RSSAmplifier

Blog

Richard Cocks

Posts on C# / .NET performance, benchmarking, and the occasional rabbit hole.

blog.eterm.ukRSS feed ↗9 posts

Latest posts

How to lie with benchmarks

A look at bad benchmarking

I made my own Firefox Readability Addon

I'd rather write my own than trust a random

Performance Pitfalls in C# / .NET - Protobuf - repeated uint32 vs repeated fixed32

Looking at the performance of gRPC/protobuf serialisation

Performance Pitfalls - Stamping a Last Seen Date / Bad Caching

Last Accessed Dates, bad caching, a performance trap

SELECT CASE WHEN 1 / 5 * 100.0 = 1 * 100.0 / 5 THEN 1 ELSE 0 END AS Huh

A SQL Engine gotcha

Performance Pitfalls in C# / .NET - List Contains

Looking at the performance of a C# helper method for Contains

My SO question was closed so I’m writing this post on CoreWCF

A question about WCF Streams

What’s faster than Memcmp?

What could be faster than memcmp? How to quickly compare arrays using Span

Fixing a password generator

Fixing co-pilot output, with micro-benchmarking tool BenchmarkDotNet