LevelUp
A channel about cool (programming) experiments and research.
How to Train a Dragon* (Model)
.NET Decompilation Tools Show & Tell (PowerUp)
Inlining heuristics in .NET / C# can be hilarious sometimes.
Short Animation about the Fibonacci Sequence and the Golden Ratio (And Generating The Golden Ratio)
Data Transfer Speeds of Disks and Memory (How fast is it?)
What are Probabilistic Data Structures: Bloom Filters
Data Structures: Introduction to Bit Sets
C# JIT Tier Performance
C# JIT Decompilation Tips using WinDBG
5 (Extreme) Performance Tips in C#
Spelunky 2 - No souls game has punished me this hard
C# If Else Internals
C# Switch Case Internals #1
Welcome to my Channel
Can you use static types as generic arguments in C#? (Joke Video)
C# What JIT Generates? - Struct Devirtualization
WinDBG - Get JIT Generated assembly code from a C# program
C# What JIT Generates? - Bounds Check
C# What JIT Generates? - Folds
C# What JIT Generates? - Loop Cloning
C# What JIT Generates? - Integer Arithmetic
C# LINQ Performance Tips #7 - Frameworks
C# LINQ Performance Tips #6 - Value Delegates
C# LINQ Performance Tips #5 - Skip & .NET Runtimes
C# LINQ Performance Tips #4 - Branch Elimination
C# LINQ Performance Tips #3 - Where & Heap Allocations
C# LINQ Performance Tips #2 - Structs vs Classes
C# LINQ Performance Fix #1 - Group By Correction
C# LINQ Performance Tips #1 - Let keyword & Custom Lookup
Performance bottlenecks in C# LINQ