├── .gitignore ├── Benchmark ├── Cistern.Benchmarks.csproj ├── ContainerTypes.cs ├── Double │ ├── Any │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── Max │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── ReverseAggregate │ │ ├── .netcore5.0-rc2 │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── ReverseToList │ │ ├── .net5.0 │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── SelectManySum │ │ ├── .netcore5.0-rc2 │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── SelectSelectToList │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── SelectSum │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── SelectToList │ │ ├── .netcore5.0-rc2 │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── SelectWhereToList │ │ ├── .netcore5.0-rc2 │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── SkipReverseSkipToArray │ │ ├── .net5.0 │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── Sum │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── ToList │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── WhereSelectIToList │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── WhereSelectToList │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── WhereToList │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ └── WhereWhereToList │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs ├── DoubleDoubleDouble │ ├── OrderByThenByThenByToArray │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ ├── SelectWhereAggregate │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.CisternValueLinqByRef.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ └── WhereSelectAggregate │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.CisternValueLinqByRef.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs ├── DummyData │ ├── DataSetA.cs │ ├── OrderByToArray │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ └── WhereSelectOrderByToArray │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs ├── FilterTypes.cs ├── Float │ └── Sum │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs ├── Fork │ ├── ArrayFork3Optimized │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Handcoded.cs │ │ ├── Benchmark.Linq.cs │ │ └── Benchmark.cs │ ├── ArrayWhereSelectFork2 │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Handcoded.cs │ │ ├── Benchmark.Linq.cs │ │ └── Benchmark.cs │ ├── ArrayWhereSelectFork3 │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Handcoded.cs │ │ ├── Benchmark.Linq.cs │ │ └── Benchmark.cs │ ├── RangeWhereSelectFork2 │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Handcoded.cs │ │ ├── Benchmark.Linq.cs │ │ └── Benchmark.cs │ └── RangeWhereSelectFork3 │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Handcoded.cs │ │ ├── Benchmark.Linq.cs │ │ └── Benchmark.cs ├── ImmutableArray │ ├── SkipToArray │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ └── Benchmark.cs │ ├── SkipToList │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ └── Benchmark.cs │ └── WhereSelectToList │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ └── Benchmark.cs ├── Int │ ├── Average │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs │ └── Sum │ │ ├── .net5.0.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs ├── Program.cs ├── Span │ └── StringToList │ │ ├── .netcore5.0-rc2.md │ │ ├── Benchmark.CisternLinq.cs │ │ ├── Benchmark.CisternValueLinq.cs │ │ ├── Benchmark.HyperLinq.cs │ │ ├── Benchmark.Linq.cs │ │ ├── Benchmark.LinqAF.cs │ │ └── Benchmark.cs └── ValueLambdas │ ├── SelectWhereMax │ ├── .netcore5.0-rc2.md │ ├── .netcoreapp3.1.md │ ├── Benchmark.CisternValueLinq.cs │ ├── Benchmark.Handcoded.cs │ ├── Benchmark.StructLinq.cs │ └── Benchmark.cs │ ├── WhereSelect │ ├── .net5.0.md │ ├── Benchmark.CisternValueLinq.cs │ ├── Benchmark.Handcoded.cs │ ├── Benchmark.StructLinq.cs │ └── Benchmark.cs │ └── WhereSelectSum │ ├── .netcore5.0-rc2.md │ ├── .netcoreapp3.1.md │ ├── Benchmark.CisternValueLinq.cs │ ├── Benchmark.Handcoded.cs │ ├── Benchmark.StructLinq.cs │ └── Benchmark.cs ├── Cistern.Profiling ├── Cistern.Profiling.csproj └── Program.cs ├── Cistern.ValueLinq.sln ├── LICENSE ├── README.md ├── THIRD-PARTY-NOTICES.TXT ├── Tests ├── AggregateTests.cs ├── AllTests.cs ├── AnyTests.cs ├── AppendPrependTests.cs ├── AsEnumerableTests.cs ├── AverageTests.cs ├── CastTests.cs ├── ConcatTests.cs ├── ConsistencyTests.cs ├── ContainsTests.cs ├── CountTests.cs ├── DebuggerAttributes.cs ├── DefaultIfEmptyTests.cs ├── DistinctTests.cs ├── ElementAtOrDefaultTests.cs ├── ElementAtTests.cs ├── EmptyEnumerable.cs ├── EmptyPartitionTests.cs ├── EnumerableDebugViewTests.cs ├── EnumerableTests.cs ├── ExceptTests.cs ├── FirstOrDefaultTests.cs ├── FirstTests.cs ├── Foreach.cs ├── GroupByTests.DebuggerAttributes.cs ├── GroupByTests.cs ├── GroupJoinTests.cs ├── IntersectTests.cs ├── JoinTests.cs ├── LastOrDefaultTests.cs ├── LastTests.cs ├── Linqs.Tests.csproj ├── ListSegmentTests.cs ├── LongCountTests.cs ├── MaxTests.cs ├── MinTests.cs ├── OfTypeTests.cs ├── OrderByDescendingTests.cs ├── OrderByTests.cs ├── OrderedSubsetting.cs ├── RangeTests.cs ├── RepeatTests.cs ├── ReverseTests.cs ├── SelectManyTests.cs ├── SelectManyTests.netcoreapp.cs ├── SelectTests.cs ├── SequenceEqualTests.cs ├── ShortCircuitingTests.cs ├── Shuffler.cs ├── SingleOrDefaultTests.cs ├── SingleTests.cs ├── SkipLastTests.cs ├── SkipTakeData.cs ├── SkipTests.cs ├── SkipWhileTests.cs ├── SumTests.cs ├── TakeLastTests.cs ├── TakeTests.cs ├── TakeWhileTests.cs ├── TestExtensions.cs ├── TestUtilities │ ├── AssertExtensions.cs │ ├── OuterLoopAttribute.cs │ └── SimpleAdditions.cs ├── ThenByDescendingTests.cs ├── ThenByTests.cs ├── ToArrayTests.cs ├── ToDictionaryTests.cs ├── ToHashSetTests.cs ├── ToListTests.cs ├── ToListUsePool.cs ├── ToListUseStack.cs ├── ToLookupTests.DebuggerAttributes.cs ├── ToLookupTests.cs ├── UnionTests.cs ├── WhereTests.cs ├── ZipTests.cs └── ZipTests.netcoreapp.cs └── ValueLinq ├── Aggregation ├── All.cs ├── Any.cs ├── Average.cs ├── Contains.cs ├── Count.cs ├── ElementAt.cs ├── First.cs ├── Fold.cs ├── Foreach.cs ├── Fork.cs ├── Impl.cs ├── Last.cs ├── Max.cs ├── Min.cs ├── Reduce.cs ├── Single.cs ├── Sum.cs ├── ToArray.cs ├── ToDictionary.cs ├── ToHashSet.cs ├── ToList.cs └── ToLookup.cs ├── AssemblyInfo.cs ├── CachedTypeInfo.cs ├── Cistern.ValueLinq.csproj ├── Containers ├── Array.cs ├── Cast.cs ├── Concat.cs ├── Empty.cs ├── IEnumerable.cs ├── IEnumeratorConstraint.cs ├── IReadOnlyListConstraint.cs ├── List.cs ├── ListSegment.cs ├── Memory.cs ├── OfType.cs ├── Range.cs ├── Repeat.cs ├── Return.cs └── Span.cs ├── Enumerable.Containers.cs ├── Enumerable.Remaining.cs ├── EnumerableWrappers ├── Aggregates.cs ├── Aggregates.tt ├── Collections.tth ├── Enumerable.Array.cs ├── Enumerable.IEnumerable.cs ├── Enumerable.List.cs ├── Enumerable.Memory.cs ├── Maths.cs ├── Maths.tt ├── Transforms.cs └── Transforms.tt ├── Funcs.cs ├── IPullEnumerator.cs ├── Maths ├── Generic.cs └── SIMD.cs ├── NodeImpl.cs ├── Nodes.cs ├── Nodes ├── Except.cs ├── GroupBy.cs ├── OrderBy.cs ├── Reverse.cs ├── Select.cs ├── SelectIdx.cs ├── SelectMany.cs ├── Select_In.cs ├── Skip.cs ├── SkipTake.cs ├── SkipWhile.cs ├── SkipWhileIdx.cs ├── Take.cs ├── TakeWhile.cs ├── TakeWhileIdx.cs ├── ValueSelect.cs ├── ValueWhere.cs ├── Where.cs ├── WhereIdx.cs ├── Where_In.cs └── Zip.cs ├── Optimizations ├── AsMemory.cs ├── Count.cs ├── FromSource.cs ├── Reverse.cs ├── Skip.cs ├── SplitConcat.cs ├── Take.cs ├── ToArray.cs ├── ToList.cs ├── TryLast.cs └── UseSpan.cs ├── Properties ├── SR.Designer.cs └── SR.resx ├── ThrowHelper.cs ├── Utils ├── ItemCollector.cs └── Set.cs └── ValueEnumerable ├── ExtensionFunctions.cs ├── ExtensionFunctions.tt ├── IValueEnumerable.cs ├── PullEnumeratorToIEnumerator.cs ├── ValueEnumerable.cs └── ValueEnumerator.cs /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/.gitignore -------------------------------------------------------------------------------- /Benchmark/Cistern.Benchmarks.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Cistern.Benchmarks.csproj -------------------------------------------------------------------------------- /Benchmark/ContainerTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ContainerTypes.cs -------------------------------------------------------------------------------- /Benchmark/Double/Any/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Any/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/Double/Any/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Any/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Any/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Any/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Any/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Any/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Any/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Any/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Any/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Any/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/Any/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Any/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/Max/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Max/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Double/Max/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Max/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Max/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Max/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Max/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Max/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Max/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Max/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Max/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Max/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/Max/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Max/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseAggregate/.netcore5.0-rc2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Benchmark/Double/ReverseAggregate/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseAggregate/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseAggregate/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseAggregate/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseAggregate/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseAggregate/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseAggregate/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseAggregate/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseAggregate/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseAggregate/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseAggregate/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseAggregate/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseToList/.net5.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseToList/.net5.0 -------------------------------------------------------------------------------- /Benchmark/Double/ReverseToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/ReverseToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ReverseToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectManySum/.netcore5.0-rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectManySum/.netcore5.0-rc2 -------------------------------------------------------------------------------- /Benchmark/Double/SelectManySum/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectManySum/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectManySum/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectManySum/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectManySum/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectManySum/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectManySum/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectManySum/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectManySum/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectManySum/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectManySum/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectManySum/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSelectToList/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSelectToList/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/Double/SelectSelectToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSelectToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSelectToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSelectToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSelectToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSelectToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSelectToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSelectToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSelectToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSelectToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSelectToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSelectToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSum/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSum/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/Double/SelectSum/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSum/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSum/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSum/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSum/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSum/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSum/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSum/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSum/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSum/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectSum/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectSum/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectToList/.netcore5.0-rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectToList/.netcore5.0-rc2 -------------------------------------------------------------------------------- /Benchmark/Double/SelectToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectWhereToList/.netcore5.0-rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectWhereToList/.netcore5.0-rc2 -------------------------------------------------------------------------------- /Benchmark/Double/SelectWhereToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectWhereToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectWhereToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectWhereToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectWhereToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectWhereToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectWhereToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectWhereToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectWhereToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectWhereToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/SelectWhereToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SelectWhereToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/SkipReverseSkipToArray/.net5.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SkipReverseSkipToArray/.net5.0 -------------------------------------------------------------------------------- /Benchmark/Double/SkipReverseSkipToArray/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SkipReverseSkipToArray/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SkipReverseSkipToArray/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SkipReverseSkipToArray/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SkipReverseSkipToArray/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SkipReverseSkipToArray/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/SkipReverseSkipToArray/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SkipReverseSkipToArray/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/SkipReverseSkipToArray/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/SkipReverseSkipToArray/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/Sum/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Sum/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Double/Sum/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Sum/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Sum/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Sum/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Sum/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Sum/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Sum/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Sum/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/Sum/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Sum/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/Sum/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/Sum/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/ToList/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ToList/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/Double/ToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/ToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/ToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/ToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectIToList/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectIToList/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectIToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectIToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectIToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectIToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectIToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectIToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectIToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectIToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectIToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectIToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectIToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectIToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectToList/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectToList/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereSelectToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereSelectToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereToList/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereToList/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/Double/WhereToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereWhereToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereWhereToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereWhereToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereWhereToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereWhereToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereWhereToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereWhereToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereWhereToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereWhereToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereWhereToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Double/WhereWhereToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Double/WhereWhereToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/OrderByThenByThenByToArray/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/SelectWhereAggregate/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/SelectWhereAggregate/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.CisternValueLinqByRef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.CisternValueLinqByRef.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/SelectWhereAggregate/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/WhereSelectAggregate/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/WhereSelectAggregate/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.CisternValueLinqByRef.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.CisternValueLinqByRef.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DoubleDoubleDouble/WhereSelectAggregate/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/DataSetA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/DataSetA.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/OrderByToArray/.net5.0.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Benchmark/DummyData/OrderByToArray/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/OrderByToArray/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/OrderByToArray/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/OrderByToArray/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/OrderByToArray/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/OrderByToArray/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/OrderByToArray/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/OrderByToArray/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/OrderByToArray/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/OrderByToArray/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/WhereSelectOrderByToArray/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/WhereSelectOrderByToArray/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/DummyData/WhereSelectOrderByToArray/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/FilterTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/FilterTypes.cs -------------------------------------------------------------------------------- /Benchmark/Float/Sum/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Float/Sum/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Float/Sum/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Float/Sum/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Float/Sum/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Float/Sum/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Float/Sum/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Float/Sum/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Float/Sum/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Float/Sum/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Float/Sum/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Float/Sum/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayFork3Optimized/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayFork3Optimized/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayFork3Optimized/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayFork3Optimized/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayFork3Optimized/Benchmark.Handcoded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayFork3Optimized/Benchmark.Handcoded.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayFork3Optimized/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayFork3Optimized/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayFork3Optimized/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayFork3Optimized/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork2/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork2/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork2/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork2/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork2/Benchmark.Handcoded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork2/Benchmark.Handcoded.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork2/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork2/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork2/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork2/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork3/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork3/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork3/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork3/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork3/Benchmark.Handcoded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork3/Benchmark.Handcoded.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork3/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork3/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/ArrayWhereSelectFork3/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/ArrayWhereSelectFork3/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork2/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork2/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork2/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork2/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork2/Benchmark.Handcoded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork2/Benchmark.Handcoded.cs -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork2/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork2/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork2/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork2/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork3/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork3/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork3/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork3/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork3/Benchmark.Handcoded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork3/Benchmark.Handcoded.cs -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork3/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork3/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Fork/RangeWhereSelectFork3/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Fork/RangeWhereSelectFork3/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/SkipToArray/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/SkipToArray/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/SkipToArray/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/SkipToArray/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/SkipToArray/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/SkipToArray/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/SkipToArray/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/SkipToArray/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/SkipToList/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/SkipToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/SkipToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/SkipToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/SkipToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/SkipToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/SkipToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/WhereSelectToList/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/WhereSelectToList/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/WhereSelectToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/WhereSelectToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/WhereSelectToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/WhereSelectToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/WhereSelectToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/WhereSelectToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/ImmutableArray/WhereSelectToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ImmutableArray/WhereSelectToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Int/Average/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Average/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Int/Average/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Average/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Int/Average/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Average/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Int/Average/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Average/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Int/Average/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Average/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Int/Average/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Average/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Int/Sum/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Sum/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/Int/Sum/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Sum/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Int/Sum/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Sum/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Int/Sum/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Sum/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Int/Sum/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Sum/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Int/Sum/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Int/Sum/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Program.cs -------------------------------------------------------------------------------- /Benchmark/Span/StringToList/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Span/StringToList/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/Span/StringToList/Benchmark.CisternLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Span/StringToList/Benchmark.CisternLinq.cs -------------------------------------------------------------------------------- /Benchmark/Span/StringToList/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Span/StringToList/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/Span/StringToList/Benchmark.HyperLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Span/StringToList/Benchmark.HyperLinq.cs -------------------------------------------------------------------------------- /Benchmark/Span/StringToList/Benchmark.Linq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Span/StringToList/Benchmark.Linq.cs -------------------------------------------------------------------------------- /Benchmark/Span/StringToList/Benchmark.LinqAF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Span/StringToList/Benchmark.LinqAF.cs -------------------------------------------------------------------------------- /Benchmark/Span/StringToList/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/Span/StringToList/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/SelectWhereMax/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/SelectWhereMax/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/SelectWhereMax/.netcoreapp3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/SelectWhereMax/.netcoreapp3.1.md -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/SelectWhereMax/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/SelectWhereMax/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/SelectWhereMax/Benchmark.Handcoded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/SelectWhereMax/Benchmark.Handcoded.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/SelectWhereMax/Benchmark.StructLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/SelectWhereMax/Benchmark.StructLinq.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/SelectWhereMax/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/SelectWhereMax/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelect/.net5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelect/.net5.0.md -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelect/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelect/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelect/Benchmark.Handcoded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelect/Benchmark.Handcoded.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelect/Benchmark.StructLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelect/Benchmark.StructLinq.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelect/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelect/Benchmark.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelectSum/.netcore5.0-rc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelectSum/.netcore5.0-rc2.md -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelectSum/.netcoreapp3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelectSum/.netcoreapp3.1.md -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelectSum/Benchmark.CisternValueLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelectSum/Benchmark.CisternValueLinq.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelectSum/Benchmark.Handcoded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelectSum/Benchmark.Handcoded.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelectSum/Benchmark.StructLinq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelectSum/Benchmark.StructLinq.cs -------------------------------------------------------------------------------- /Benchmark/ValueLambdas/WhereSelectSum/Benchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Benchmark/ValueLambdas/WhereSelectSum/Benchmark.cs -------------------------------------------------------------------------------- /Cistern.Profiling/Cistern.Profiling.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Cistern.Profiling/Cistern.Profiling.csproj -------------------------------------------------------------------------------- /Cistern.Profiling/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Cistern.Profiling/Program.cs -------------------------------------------------------------------------------- /Cistern.ValueLinq.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Cistern.ValueLinq.sln -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/README.md -------------------------------------------------------------------------------- /THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /Tests/AggregateTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/AggregateTests.cs -------------------------------------------------------------------------------- /Tests/AllTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/AllTests.cs -------------------------------------------------------------------------------- /Tests/AnyTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/AnyTests.cs -------------------------------------------------------------------------------- /Tests/AppendPrependTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/AppendPrependTests.cs -------------------------------------------------------------------------------- /Tests/AsEnumerableTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/AsEnumerableTests.cs -------------------------------------------------------------------------------- /Tests/AverageTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/AverageTests.cs -------------------------------------------------------------------------------- /Tests/CastTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/CastTests.cs -------------------------------------------------------------------------------- /Tests/ConcatTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ConcatTests.cs -------------------------------------------------------------------------------- /Tests/ConsistencyTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ConsistencyTests.cs -------------------------------------------------------------------------------- /Tests/ContainsTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ContainsTests.cs -------------------------------------------------------------------------------- /Tests/CountTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/CountTests.cs -------------------------------------------------------------------------------- /Tests/DebuggerAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/DebuggerAttributes.cs -------------------------------------------------------------------------------- /Tests/DefaultIfEmptyTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/DefaultIfEmptyTests.cs -------------------------------------------------------------------------------- /Tests/DistinctTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/DistinctTests.cs -------------------------------------------------------------------------------- /Tests/ElementAtOrDefaultTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ElementAtOrDefaultTests.cs -------------------------------------------------------------------------------- /Tests/ElementAtTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ElementAtTests.cs -------------------------------------------------------------------------------- /Tests/EmptyEnumerable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/EmptyEnumerable.cs -------------------------------------------------------------------------------- /Tests/EmptyPartitionTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/EmptyPartitionTests.cs -------------------------------------------------------------------------------- /Tests/EnumerableDebugViewTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/EnumerableDebugViewTests.cs -------------------------------------------------------------------------------- /Tests/EnumerableTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/EnumerableTests.cs -------------------------------------------------------------------------------- /Tests/ExceptTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ExceptTests.cs -------------------------------------------------------------------------------- /Tests/FirstOrDefaultTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/FirstOrDefaultTests.cs -------------------------------------------------------------------------------- /Tests/FirstTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/FirstTests.cs -------------------------------------------------------------------------------- /Tests/Foreach.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/Foreach.cs -------------------------------------------------------------------------------- /Tests/GroupByTests.DebuggerAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/GroupByTests.DebuggerAttributes.cs -------------------------------------------------------------------------------- /Tests/GroupByTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/GroupByTests.cs -------------------------------------------------------------------------------- /Tests/GroupJoinTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/GroupJoinTests.cs -------------------------------------------------------------------------------- /Tests/IntersectTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/IntersectTests.cs -------------------------------------------------------------------------------- /Tests/JoinTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/JoinTests.cs -------------------------------------------------------------------------------- /Tests/LastOrDefaultTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/LastOrDefaultTests.cs -------------------------------------------------------------------------------- /Tests/LastTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/LastTests.cs -------------------------------------------------------------------------------- /Tests/Linqs.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/Linqs.Tests.csproj -------------------------------------------------------------------------------- /Tests/ListSegmentTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ListSegmentTests.cs -------------------------------------------------------------------------------- /Tests/LongCountTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/LongCountTests.cs -------------------------------------------------------------------------------- /Tests/MaxTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/MaxTests.cs -------------------------------------------------------------------------------- /Tests/MinTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/MinTests.cs -------------------------------------------------------------------------------- /Tests/OfTypeTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/OfTypeTests.cs -------------------------------------------------------------------------------- /Tests/OrderByDescendingTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/OrderByDescendingTests.cs -------------------------------------------------------------------------------- /Tests/OrderByTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/OrderByTests.cs -------------------------------------------------------------------------------- /Tests/OrderedSubsetting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/OrderedSubsetting.cs -------------------------------------------------------------------------------- /Tests/RangeTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/RangeTests.cs -------------------------------------------------------------------------------- /Tests/RepeatTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/RepeatTests.cs -------------------------------------------------------------------------------- /Tests/ReverseTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ReverseTests.cs -------------------------------------------------------------------------------- /Tests/SelectManyTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SelectManyTests.cs -------------------------------------------------------------------------------- /Tests/SelectManyTests.netcoreapp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SelectManyTests.netcoreapp.cs -------------------------------------------------------------------------------- /Tests/SelectTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SelectTests.cs -------------------------------------------------------------------------------- /Tests/SequenceEqualTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SequenceEqualTests.cs -------------------------------------------------------------------------------- /Tests/ShortCircuitingTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ShortCircuitingTests.cs -------------------------------------------------------------------------------- /Tests/Shuffler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/Shuffler.cs -------------------------------------------------------------------------------- /Tests/SingleOrDefaultTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SingleOrDefaultTests.cs -------------------------------------------------------------------------------- /Tests/SingleTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SingleTests.cs -------------------------------------------------------------------------------- /Tests/SkipLastTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SkipLastTests.cs -------------------------------------------------------------------------------- /Tests/SkipTakeData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SkipTakeData.cs -------------------------------------------------------------------------------- /Tests/SkipTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SkipTests.cs -------------------------------------------------------------------------------- /Tests/SkipWhileTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SkipWhileTests.cs -------------------------------------------------------------------------------- /Tests/SumTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/SumTests.cs -------------------------------------------------------------------------------- /Tests/TakeLastTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/TakeLastTests.cs -------------------------------------------------------------------------------- /Tests/TakeTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/TakeTests.cs -------------------------------------------------------------------------------- /Tests/TakeWhileTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/TakeWhileTests.cs -------------------------------------------------------------------------------- /Tests/TestExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/TestExtensions.cs -------------------------------------------------------------------------------- /Tests/TestUtilities/AssertExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/TestUtilities/AssertExtensions.cs -------------------------------------------------------------------------------- /Tests/TestUtilities/OuterLoopAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/TestUtilities/OuterLoopAttribute.cs -------------------------------------------------------------------------------- /Tests/TestUtilities/SimpleAdditions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/TestUtilities/SimpleAdditions.cs -------------------------------------------------------------------------------- /Tests/ThenByDescendingTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ThenByDescendingTests.cs -------------------------------------------------------------------------------- /Tests/ThenByTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ThenByTests.cs -------------------------------------------------------------------------------- /Tests/ToArrayTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ToArrayTests.cs -------------------------------------------------------------------------------- /Tests/ToDictionaryTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ToDictionaryTests.cs -------------------------------------------------------------------------------- /Tests/ToHashSetTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ToHashSetTests.cs -------------------------------------------------------------------------------- /Tests/ToListTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ToListTests.cs -------------------------------------------------------------------------------- /Tests/ToListUsePool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ToListUsePool.cs -------------------------------------------------------------------------------- /Tests/ToListUseStack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ToListUseStack.cs -------------------------------------------------------------------------------- /Tests/ToLookupTests.DebuggerAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ToLookupTests.DebuggerAttributes.cs -------------------------------------------------------------------------------- /Tests/ToLookupTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ToLookupTests.cs -------------------------------------------------------------------------------- /Tests/UnionTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/UnionTests.cs -------------------------------------------------------------------------------- /Tests/WhereTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/WhereTests.cs -------------------------------------------------------------------------------- /Tests/ZipTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ZipTests.cs -------------------------------------------------------------------------------- /Tests/ZipTests.netcoreapp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/Tests/ZipTests.netcoreapp.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/All.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/All.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Any.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Any.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Average.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Average.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Contains.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Contains.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Count.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Count.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/ElementAt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/ElementAt.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/First.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/First.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Fold.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Fold.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Foreach.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Foreach.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Fork.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Fork.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Impl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Impl.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Last.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Last.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Max.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Max.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Min.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Min.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Reduce.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Reduce.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Single.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Single.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/Sum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/Sum.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/ToArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/ToArray.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/ToDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/ToDictionary.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/ToHashSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/ToHashSet.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/ToList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/ToList.cs -------------------------------------------------------------------------------- /ValueLinq/Aggregation/ToLookup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Aggregation/ToLookup.cs -------------------------------------------------------------------------------- /ValueLinq/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/AssemblyInfo.cs -------------------------------------------------------------------------------- /ValueLinq/CachedTypeInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/CachedTypeInfo.cs -------------------------------------------------------------------------------- /ValueLinq/Cistern.ValueLinq.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Cistern.ValueLinq.csproj -------------------------------------------------------------------------------- /ValueLinq/Containers/Array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Array.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/Cast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Cast.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/Concat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Concat.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/Empty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Empty.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/IEnumerable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/IEnumerable.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/IEnumeratorConstraint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/IEnumeratorConstraint.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/IReadOnlyListConstraint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/IReadOnlyListConstraint.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/List.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/List.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/ListSegment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/ListSegment.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/Memory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Memory.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/OfType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/OfType.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/Range.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Range.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/Repeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Repeat.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/Return.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Return.cs -------------------------------------------------------------------------------- /ValueLinq/Containers/Span.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Containers/Span.cs -------------------------------------------------------------------------------- /ValueLinq/Enumerable.Containers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Enumerable.Containers.cs -------------------------------------------------------------------------------- /ValueLinq/Enumerable.Remaining.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Enumerable.Remaining.cs -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Aggregates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Aggregates.cs -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Aggregates.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Aggregates.tt -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Collections.tth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Collections.tth -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Enumerable.Array.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Enumerable.Array.cs -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Enumerable.IEnumerable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Enumerable.IEnumerable.cs -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Enumerable.List.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Enumerable.List.cs -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Enumerable.Memory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Enumerable.Memory.cs -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Maths.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Maths.cs -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Maths.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Maths.tt -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Transforms.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Transforms.cs -------------------------------------------------------------------------------- /ValueLinq/EnumerableWrappers/Transforms.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/EnumerableWrappers/Transforms.tt -------------------------------------------------------------------------------- /ValueLinq/Funcs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Funcs.cs -------------------------------------------------------------------------------- /ValueLinq/IPullEnumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/IPullEnumerator.cs -------------------------------------------------------------------------------- /ValueLinq/Maths/Generic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Maths/Generic.cs -------------------------------------------------------------------------------- /ValueLinq/Maths/SIMD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Maths/SIMD.cs -------------------------------------------------------------------------------- /ValueLinq/NodeImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/NodeImpl.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Except.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Except.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/GroupBy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/GroupBy.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/OrderBy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/OrderBy.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Reverse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Reverse.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Select.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Select.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/SelectIdx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/SelectIdx.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/SelectMany.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/SelectMany.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Select_In.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Select_In.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Skip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Skip.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/SkipTake.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/SkipTake.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/SkipWhile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/SkipWhile.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/SkipWhileIdx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/SkipWhileIdx.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Take.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Take.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/TakeWhile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/TakeWhile.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/TakeWhileIdx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/TakeWhileIdx.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/ValueSelect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/ValueSelect.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/ValueWhere.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/ValueWhere.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Where.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Where.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/WhereIdx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/WhereIdx.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Where_In.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Where_In.cs -------------------------------------------------------------------------------- /ValueLinq/Nodes/Zip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Nodes/Zip.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/AsMemory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/AsMemory.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/Count.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/Count.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/FromSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/FromSource.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/Reverse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/Reverse.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/Skip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/Skip.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/SplitConcat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/SplitConcat.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/Take.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/Take.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/ToArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/ToArray.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/ToList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/ToList.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/TryLast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/TryLast.cs -------------------------------------------------------------------------------- /ValueLinq/Optimizations/UseSpan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Optimizations/UseSpan.cs -------------------------------------------------------------------------------- /ValueLinq/Properties/SR.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Properties/SR.Designer.cs -------------------------------------------------------------------------------- /ValueLinq/Properties/SR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Properties/SR.resx -------------------------------------------------------------------------------- /ValueLinq/ThrowHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/ThrowHelper.cs -------------------------------------------------------------------------------- /ValueLinq/Utils/ItemCollector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Utils/ItemCollector.cs -------------------------------------------------------------------------------- /ValueLinq/Utils/Set.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/Utils/Set.cs -------------------------------------------------------------------------------- /ValueLinq/ValueEnumerable/ExtensionFunctions.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ValueLinq/ValueEnumerable/ExtensionFunctions.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/ValueEnumerable/ExtensionFunctions.tt -------------------------------------------------------------------------------- /ValueLinq/ValueEnumerable/IValueEnumerable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/ValueEnumerable/IValueEnumerable.cs -------------------------------------------------------------------------------- /ValueLinq/ValueEnumerable/PullEnumeratorToIEnumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/ValueEnumerable/PullEnumeratorToIEnumerator.cs -------------------------------------------------------------------------------- /ValueLinq/ValueEnumerable/ValueEnumerable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/ValueEnumerable/ValueEnumerable.cs -------------------------------------------------------------------------------- /ValueLinq/ValueEnumerable/ValueEnumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manofstick/Cistern.ValueLinq/HEAD/ValueLinq/ValueEnumerable/ValueEnumerator.cs --------------------------------------------------------------------------------