NetFabric

Results 6 repositories owned by NetFabric

NetFabric.Hyperlinq

859
Stars
35
Forks
Watchers

High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.

LinqBenchmarks

172
Stars
14
Forks
Watchers

Benchmarking LINQ and alternative implementations

NetFabric.DoublyLinkedList

17
Stars
5
Forks
Watchers

An alternative to LinkedList<T> with reverse operation and enumeration without allocation.

NetFabric.Hyperlinq.Analyzer

41
Stars
6
Forks
Watchers

A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.

NetFabric.Angle

15
Stars
5
Forks
Watchers

An immutable double-precision angle that supports revolutions, radians, degrees, and gradians.

NetFabric.Numerics

34
Stars
1
Forks
Watchers

A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and geodetic.