Releases: iwillspeak/PollyTick
Releases · iwillspeak/PollyTick
v0.6.3
Reduces allocation by the library by using stopwatch ticks directly rather
than allocating a stopwatch with Stopwatch.StartNew
.
What's Changed
- Remove Stopwatch Allocations by @iwillspeak in #18
Full Changelog: v0.6.1...v0.6.3
v0.6.2
Enables Nullability annotations.