Nick.Palladinos
NuGet publisher profile
Packages (6)
Streams
A lightweight F#/C# library for efficient functional-style pipelines on streams of data.
LinqOptimizer.CSharp
An automatic query optimizer for LINQ to Objects and PLINQ. LinqOptimizer compiles declarative LINQ queries into fast loop-based imperative code. The compiled code has fewer virtual calls, better data locality and speedups of up to 15x.
Streams.CSharp
A lightweight F#/C# library for efficient functional-style pipelines on streams of data.
Eff
Programming with effects and handlers in C#
LinqOptimizer.FSharp
An automatic query optimizer for LINQ to Objects and PLINQ. LinqOptimizer compiles declarative LINQ queries into fast loop-based imperative code. The compiled code has fewer virtual calls, better data locality and speedups of up to 15x.
TypedSqlBuilder
A type-safe SQL expression builder DSL for C# that provides fluent syntax for constructing SQL expressions with compile-time type checking. Perfect companion for Dapper and other lightweight ORMs.