C# (CSharp) HdrHistogram.Utilities Пространство имен

Классы

Имя Описание
AtomicIntArray This is a basic implementation/port, of just the methods that are required internally.
Bitwise
ByteBuffer A byte buffer that tracks position and allows reads and writes of 32 and 64 bit integer values.
UnixTimeExtensions Provides helper methods for working with times in Unix Epoch convention.
WriterReaderPhaser WriterReaderPhaser instances provide an asymmetric means for synchronizing the execution of wait-free "writer" critical sections against a "reader phase flip" that needs to make sure no writer critical sections that were active at the beginning of the flip are still active after the flip is done. Multiple writers and multiple readers are supported.