Skip to content
View antiufo's full-sized avatar
Block or Report

Block or report antiufo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. roslyn-linq-rewrite roslyn-linq-rewrite Public

    Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.

    C# 716 31

  2. Shaman.SingleThreadSynchronizationContext Shaman.SingleThreadSynchronizationContext Public

    Provides 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 …

    C# 12 1

  3. Shaman.ValueString Shaman.ValueString Public

    Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).

    C# 29 6

  4. Shaman.BlobStore Shaman.BlobStore Public

    Provides 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.

    C# 20 4

  5. Shaman.Dom Shaman.Dom Public

    An optimized version of HtmlAgilityPack with many bug fixes and improvements.

    C# 6 6

  6. Shaman.Reflection Shaman.Reflection Public

    Creates 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<>.

    C# 21 4