CBGonzalez / Core3Intrinsics-IntroLinks
Taking the new `System.Runtime.Intrinsics` namespace for a spin
☆32Updated 6 years ago
Alternatives and similar repositories for Core3Intrinsics-Intro
Users that are interested in Core3Intrinsics-Intro are comparing it to the libraries listed below
Sorting:
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- The most revolutionary syntax visualizer☆77Updated 5 months ago
- A C# port of Mozilla Universal Charset Detector.☆27Updated 6 years ago
- Library for obtaining and analyzing the codegen of JIT for .NET. Can be used for both tests (assertions) and making reports (benchmarks).☆25Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- A basic intro to Vector<T> in c#☆24Updated 7 years ago
- A lightweight, powerful and NativeAOT friendly command line parser .NET library.☆69Updated last year
- FrozenObjects serializer and deserializer☆93Updated 3 years ago
- GraphShape is a graph layout framework containing several layout algorithms. It also has a customizable module for visualization in WPF a…☆95Updated last year
- An allocation free Task-like object for async methods☆40Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- .NET buffer compression library with native speed, supports gzip, snappy, brotli, zstd, lz4, lzo.☆51Updated last week
- Samples for ILGPU and ILGPU.Lightning☆64Updated 4 years ago
- Non-boxing passing of values.☆28Updated 3 months ago
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆68Updated 10 months ago
- ResXGenerator is a C# source generator to generate strongly-typed resource classes for looking up localized strings.☆43Updated last month
- GitLib.NET is a bare metal P/Invoke wrapper around libgit2 for .NET☆30Updated 7 months ago
- A collection of SIMD (AVX2 & AVX512) accelerated mathematical functions for .NET☆74Updated last year
- A test bench for various .NET CSV parsing libraries☆72Updated last year
- Roslyn analyzers for INotifyPropertyChanged☆46Updated last year
- NWindows is a cross-platform window creation and management library for .NET☆89Updated last year
- Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and pa…☆73Updated 2 years ago
- Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCol…☆118Updated 6 months ago
- Loads all the references on startup by actually using the types in the module initializer.☆38Updated this week
- DAWG String Dictionary in C#☆121Updated 3 weeks ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- Conceptual repo. Most advanced compile time safe units of measure for C# and F#☆61Updated 3 years ago
- Task-like structs which capture no synchronization context on the await operations.☆40Updated 3 years ago
- The Loyc Core Libraries. Loyc.Essentials fills in gaps in the .NET Base Class Library; Loyc.Collections adds sophisticated data structure…☆47Updated 3 years ago
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆44Updated 2 years ago