The Wayback Machine - http://web.archive.org/web/20201114042129/https://github.com/antiufo
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

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

    C# 667 24

  2. 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# 9 1

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

    C# 16 4

  4. 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# 15 2

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

    C# 6 4

  6. 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# 19 2

84 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

October - November 2020

antiufo has no activity yet for this period.

September 2020

Created 5 commits in 1 repository
Created 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.