ful-stackz / SharpCodeLinks
Small C# code generator. Easily generate code programmatically!
☆74Updated 3 years ago
Alternatives and similar repositories for SharpCode
Users that are interested in SharpCode are comparing it to the libraries listed below
Sorting:
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆86Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- Span-ify your code: write high performance memory aware C#☆72Updated 7 months ago
- C# .NET (dotnet) Binary Serializer. Serialization up to 18x faster than Protobuf and MessagePack☆80Updated last week
- Optimized allocation free implementation of IList using ArrayPool.☆56Updated last year
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆66Updated last year
- Undo/redo library aiming for ease of integration and usage simplicity.☆21Updated 2 months ago
- A framework for transparently invoking multiple instances or clients.☆38Updated last month
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated 3 weeks ago
- C# version for the The One Billion Row Challenge☆33Updated last year
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆40Updated last year
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Embed resource files more C# programmer friendly!☆70Updated last year
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆79Updated 3 years ago
- Simple C# source generation based on custom templates☆108Updated 2 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆68Updated 10 months ago
- High performance SIMD operations in c#☆47Updated 6 years ago
- This library provides struct based collections for high performance and low memory usage☆35Updated last year
- A C# library for creating long-running tasks and background workers.☆23Updated last year
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 years ago
- .NET Serializer testing framework☆76Updated 2 years ago
- Managed port of mimalloc.☆44Updated 3 weeks ago
- Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and pa…☆73Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCol…☆118Updated 6 months ago
- Imp.NET is a fast, high-level, object-oriented C# networking library that supports the invocation of remote methods through proxy interfa…☆48Updated 3 years ago