• Performance Testing - how I tested performance and what I've found
  • Comparison to other algorithms - how LZ4 competes with other algorithms
  • Automiatic loading of x86 or x64 - how to load x86 or x64 assembly depending on current platform (kind of AnyCPU for Mixed Mode)
  • One class to access them all - select the fastest implementation on run-time instead of compile-time
  • Wrapping compressed chunk - how to wrap compressed chunk into self contained envelope