Matt Warren 7/4/2014

Know thy .NET object memory layout (Updated 2014-09-03)

Read Original

This technical article details the .NET port of HdrHistogram, focusing on how it controls object memory layout to minimize overhead. It explains the low-level techniques used, such as avoiding allocations during recording and using bit-shifting for fast array lookups, to achieve nanosecond-level recording times for accurate latency measurement in performance-critical applications.

Know thy .NET object memory layout (Updated 2014-09-03)

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes