erikma
CopyOnWrite
by:
erikma
erikmav
- 1,118 total downloads
- last updated 4/19/2022
- Latest version: 0.1.8
A .NET library that encapsulates OS and filesystem differences for creating Copy-on-Write file links.
For release notes see https://github.com/Microsoft/CopyOnWrite#release-history .
SpanString
by:
erikma
- 486 total downloads
- last updated 4/23/2019
- Latest version: 0.1.0
SpanString is an optimized string data structure built from Memory<char> and Span<char> added in .NET Standard 2.1+ and .NET Core 3.0+. It allows you to gather string segments from the memory of other strings to act as a single string. This can be useful for applications where millions of strings...
More information
- 384 total downloads
- last updated 7/10/2021
- Latest version: 2.0.0
Use C#/VB await keyword with AutoResetEvent, ManualResetEvent, or Semaphore in .NET apps.