Pinned Loading
-
roslyn-linq-rewrite
roslyn-linq-rewrite PublicCompiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
-
Shaman.SingleThreadSynchronizationContext
Shaman.SingleThreadSynchronizationContext PublicProvides a single-threaded synchronization context, which makes it easy to reason about asynchronous code in environments that don't usually provide a synchronization context (for example, console …
-
Shaman.ValueString
Shaman.ValueString PublicAllocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).
-
Shaman.BlobStore
Shaman.BlobStore PublicProvides an almost drop-in replacement for System.IO.File, optimized for a very large number of small files. Data is batched in package files, and can be read sequentially.
-
Shaman.Dom
Shaman.Dom PublicAn optimized version of HtmlAgilityPack with many bug fixes and improvements.
-
Shaman.Reflection
Shaman.Reflection PublicCreates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on the type arguments of Func<> or Action<>.
If the problem persists, check the GitHub status page or contact support.