dajuric / more-collections
Provides a set of portable collections installable as source files via NuGet.
☆26Updated 9 years ago
Alternatives and similar repositories for more-collections:
Users that are interested in more-collections are comparing it to the libraries listed below
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Managed port of Smazz, small string compression library☆26Updated 8 years ago
- An allocation free Task-like object for async methods☆39Updated 8 months ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Adds debugger attributes to help visualize objects.☆43Updated last month
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- Most of those extensions should have been in BCL.☆68Updated 5 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 3 months ago
- TypePipe allows you to modify existing CLR types using a simple, expression-based API. Modifications from several tools and libraries (AO…☆27Updated 3 months ago
- Spectre.IO is a .NET library containing cross-platform abstractions and implementations for file system I/O.☆53Updated 7 months ago
- Observable Linq query implementation.☆36Updated 8 years ago
- serialize, modify, and deserialize LINQ Expressions☆21Updated 8 years ago
- Generates C# Script for constructing the given object☆21Updated 6 months ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- Fody weaver that provides powerful CIL manipulation tools, including C# mixin functionality☆21Updated 5 years ago
- A LiteDB with realtime notifications☆43Updated last year
- Example implementation of IValueTaskSource☆31Updated last year
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Start Redis from .NET for integration tests. Contains redis runtime embedded in the dll.☆25Updated 5 years ago
- Global type inference for C# 8 nullable reference types☆35Updated last month
- Demonstrates using MEF in an AppDomain and allows the exchanging of MEF parts while the application is running.☆24Updated 4 years ago
- GitLib.NET is a bare metal P/Invoke wrapper around libgit2 for .NET☆30Updated 11 months ago
- Provides an almost drop-in replacement for System.IO.File, optimized for a very large number of small files. Data is batched in package f…☆20Updated 7 years ago
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆25Updated 3 years ago
- A simple .NET Standard 1.0 implementation for deferred events☆22Updated 3 years ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- A collection of utilities for working with strings in .NET.☆36Updated 4 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated last month