antiufo
Results
5
repositories owned by
antiufo
Shaman.Dokan.Archive
68
Stars
16
Forks
Watchers
Mounts 7z/zip/rar files on Windows
roslyn-linq-rewrite
716
Stars
31
Forks
Watchers
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
Shaman.BlobStore
20
Stars
4
Forks
Watchers
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.
Shaman.Reflection
21
Stars
4
Forks
Watchers
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<>.