Full source code can be found here
- 2017-01-04
- New performance test - Paul Westcott (@manofstick) provided his implementation of Lazy semantics (called Lazzzy) which I included in the graphs. This implementation is intended to be equivalent to
Lazy<'T>
in .NET with regards to functionality. - 2017-01-17
- New performance test - is working on a PR for .NET Core. I wanted to include performance numbers for the updated
Lazy<'T>
class.