lazy.js
0.3.1
See the version list below for details.
dotnet add package lazy.js --version 0.3.1
NuGet\Install-Package lazy.js -Version 0.3.1
<PackageReference Include="lazy.js" Version="0.3.1" />
<PackageVersion Include="lazy.js" Version="0.3.1" />
<PackageReference Include="lazy.js" />
paket add lazy.js --version 0.3.1
#r "nuget: lazy.js, 0.3.1"
#addin nuget:?package=lazy.js&version=0.3.1
#tool nuget:?package=lazy.js&version=0.3.1
Lazy.js it a utility library for JavaScript, similar to Underscore and Lo-Dash but with one important difference: lazy evaluation (also known as deferred execution). This can translate to superior performance in many cases, especially when dealing with large arrays and/or "chaining" together multiple methods. For simple cases (map, filter, etc.) on small arrays, Lazy's performance should be similar to Underscore or Lo-Dash.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.