PreviousNext

High-performance .NET by example: Filtering bot traffic

by bill-s, 2017-04-22T20:53:52.000Z

This post walks through a series of various performance optimization steps: from BCL API usage to advanced data structures, from bit twiddling hacks to addressing CPU cache misses.

Read More