Eugene Peshkov

Results 14 issues of Eugene Peshkov

### What's the Problem? Feature request: .NET Ticks (timestamp) converter, like https://tickstodatetime.azurewebsites.net/ ### Solution/Idea as stated above ### Alternatives Use website, or C# interactive ### Priorities | Capability | Priority...

enhancement

### What's the Problem? Feature request: Just a classic two-side hex editor, like HxD. One side for bytes (as hex) and another for ASCII representation. Should support copy/paste and open...

under consideration
feature

The library currently tested only on x64 platforms, and linux-arm64. It is nice to test and benchmark the library on Apple ARM

Add a new concurrency primitive - MPSC (Multiple Producers Single Consumer) Batching Concurrent Queue. The main purpose of this queue is to optimize logging libraries. The new queue should be...

Currently, `StripedDictionary` takes `concurrencyLevel` as a constructor argument and never grows in number of segments. This can lead to performance issues under high write load or with bad hash codes...

Currently, only semaphores was documented in the `docs` folder. It is nice to also document all other parts of the library. Maybe in some gitbook format