CBGonzalez / Core3Intrinsics-Intro
Taking the new `System.Runtime.Intrinsics` namespace for a spin
☆32Updated 5 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:
- A basic intro to Vector<T> in c#☆22Updated 6 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 3 years ago
- A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and …☆35Updated last year
- Library for obtaining and analyzing the codegen of JIT for .NET. Can be used for both tests (assertions) and making reports (benchmarks).☆24Updated 2 years ago
- Non-boxing passing of values.☆27Updated 10 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- A C# string parser based on simple templates using source generators.☆42Updated 2 weeks ago
- Samples for ILGPU and ILGPU.Lightning☆64Updated 3 years ago
- ☆51Updated 3 weeks ago
- A .NET library for using reflection emit in a fluent way.☆31Updated 7 months ago
- Infinite recursion without blowing up the stack.☆20Updated 2 weeks ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- The most revolutionary syntax visualizer☆71Updated this week
- .NET buffer compression library with native speed, supports gzip, snappy, brotli, zstd, lz4, lzo.☆45Updated 4 months ago
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆55Updated last year
- ResXGenerator is a C# source generator to generate strongly-typed resource classes for looking up localized strings.☆36Updated last year
- Extensions for sorting strings using natural sort order i.e. Alphabetical order for humans☆33Updated 3 weeks ago
- .NET library for working with Roslyn's syntax trees☆23Updated last week
- FrozenObjects serializer and deserializer☆92Updated 2 years ago
- A C# port of Mozilla Universal Charset Detector.☆27Updated 5 years ago
- An arbitrary-precision decimal (base 10) floating-point number class. Over 4.5 million downloads on NuGet!☆64Updated 3 months ago
- A test bench for various .NET CSV parsing libraries☆73Updated last year
- A lightweight, powerful and NativeAOT friendly command line parser .NET library.☆68Updated 10 months ago
- NWindows is a cross-platform window creation and management library for .NET☆85Updated last year
- A collection of SIMD (AVX2 & AVX512) accelerated mathematical functions for .NET☆67Updated last year
- An MSBuild Task to enable exception line numbers for references in a deployed app☆83Updated this week
- A .NET library to parse XML at lightspeed with zero allocation.☆106Updated last year
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 4 months ago
- A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy string matching.☆69Updated last week