Archives
- 03 May Unleashing Parallelism: A Guide to Efficient Span Processing with SIMD and Threading in C#
- 22 Apr Maximizing Network Security: Leveraging Multiple VLANs with UniFi Hardware
- 04 Apr Behavior Tree Development in C# with IEnumerable
and Yield - 20 Mar Deploying a recursive DNS server on Raspberry Pi with Portainer
- 19 Mar Deploying UniFi Controller on Raspberry Pi with Portainer
- 08 Mar Measuring .NET Performance: Unleashing the Power of BenchmarkDotNet
- 20 Feb Unit testing and benchmarking SIMD in .NET
- 15 Jan Defensive Coding in C#: A Closer Look at Unchecked Return Value Discards
- 02 Jan A generic tensor library for .NET
- 03 Oct The Battle of Loops: foreach vs. ForEach in C#
- 16 Sep Coding Chronicles: My Adventure with .NET Development
- 14 Sep Building Custom Iterators with 'yield' in C#
- 10 Sep An interface for value-type enumerators, a proposal
- 01 Sep Handling enumerables when using reflection
- 30 Aug Handling enumerables in Roslyn Analyzers and Code Generators
- 22 Aug LINQ Internals: Speed Optimizations
- 18 Aug Efficient Data Processing: Leveraging C#'s foreach Loop
- 14 Aug Taming .NET Collections: A Safari Through IEnumerable and Pals
- 30 Jul ImmutableArray<T> iteration performance in C#
- 19 Jul A 12 % improvement, easily obtained, is never considered marginal -- Donald Knuth
- 04 Jul Single Instruction, Multiple Data (SIMD) in .NET
- 10 Jun Generic math in .NET
- 07 Dec Using “React Query” to mutate smart contracts (part 2)
- 07 Dec Using “React Query” to mutate smart contracts (part 1)
- 06 Dec Using “React Query” to query smart contracts (part 3)
- 06 Dec Using “React Query” to query smart contracts (part 2)
- 05 Dec Using “React Query” to query smart contracts (part 1)
- 28 Jun CPU branching and parallelization
- 25 Jun ArraySegment<T> iteration performance in C#
- 21 Jun Array iteration performance in C#
- 20 Sep Performance of value-type vs. reference-type enumerators in C#
- 25 Jul ToList(), or not ToList(), that is the question
- 23 Jul Enumeration in .NET - Finding an item
- 09 Jun Enumeration in .NET - Count()
- 05 Jun Enumeration in .NET
- 14 May Why I always use ‘var’ in C#
- 21 Mar P/Invoking using Span<T>
- 12 Mar How to use Span<T> and Memory<T>