All Projects → NetFabric → LinqBenchmarks

NetFabric / LinqBenchmarks

Licence: MIT license
Benchmarking LINQ and alternative implementations

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to LinqBenchmarks

Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+236.23%)
Mutual labels:  count, sum
Rangeless
c++ LINQ -like library of higher-order functions for data manipulation
Stars: ✭ 148 (+7.25%)
Mutual labels:  linq, range
rabbitmq-labs
The source code for my RabbitMQ tutorials.
Stars: ✭ 45 (-67.39%)
Mutual labels:  dotnetcore
linq
LINQ to Objects for Java.
Stars: ✭ 151 (+9.42%)
Mutual labels:  linq
MASA.Blazor
Blazor component library based on Material Design. Support Blazor Server and Blazor WebAssembly.
Stars: ✭ 469 (+239.86%)
Mutual labels:  dotnetcore
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+5878.26%)
Mutual labels:  dotnetcore
DotNetGraph
Create GraphViz DOT graph with .NET / C#
Stars: ✭ 57 (-58.7%)
Mutual labels:  dotnetcore
SoftUni-Software-Engineering
SoftUni- Software Engineering
Stars: ✭ 47 (-65.94%)
Mutual labels:  linq
jquery-datepicker
A full-featured datepicker jquery plugin
Stars: ✭ 35 (-74.64%)
Mutual labels:  range
vue-countable
✍️ Vue binding for countable.js. Provides real-time paragraph, sentence, word, and character counting.
Stars: ✭ 25 (-81.88%)
Mutual labels:  count
open-pdd-net-sdk
拼多多开放平台DotNet SDK
Stars: ✭ 133 (-3.62%)
Mutual labels:  dotnetcore
MvcControlsToolkit.Core
Core Code for MvcControlsToolkit packages
Stars: ✭ 13 (-90.58%)
Mutual labels:  dotnetcore
background-workers-in-fsharp
A port of the Microsoft .NET Core Worker Service examples to F#
Stars: ✭ 23 (-83.33%)
Mutual labels:  dotnetcore
GAPITA
An anonymous and random chat messaging for talking to strangers! (Using SignalR C# and TypeScript)
Stars: ✭ 55 (-60.14%)
Mutual labels:  dotnetcore
DynamicQueryable
λ Construct Linq queries using strings.
Stars: ✭ 46 (-66.67%)
Mutual labels:  linq
RangeSeekBar
Android Range Seekbar library that support Min & Max Value for API level >= 16 and support Step Value
Stars: ✭ 97 (-29.71%)
Mutual labels:  range
honeycomb
本项目用于验证一系列开源项目
Stars: ✭ 13 (-90.58%)
Mutual labels:  dotnetcore
react-native-date-ranges
idea from react-native-dates >
Stars: ✭ 68 (-50.72%)
Mutual labels:  range
Learning.EventStore
A framework for CQRS, Eventsourcing, and messaging that uses Redis pub/sub for messaging and offers event persistence in Redis, SQL Server, or PostgreSQL.
Stars: ✭ 58 (-57.97%)
Mutual labels:  dotnetcore
PropertyTranslator
Translates computed properties in LINQ queries into their implementation (based on Microsoft.Linq.Translations).
Stars: ✭ 14 (-89.86%)
Mutual labels:  linq

LinqBenchmarks

Benchmarks comparing the performance of LINQ against for/foreach loops and the following libraries:

Results

Range()

IEnumerable<int>

IEnumerable<FatReferenceType>

int[]

FatValueType[]

List<int>

List<FatValueType>

ImmutableArray<int>

IAsyncEnumerable<int>

IAsyncEnumerable<FatReferenceType>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].