Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 666 Bytes

File metadata and controls

13 lines (7 loc) · 666 Bytes

Roadmap

Autowatch

I'm looking to create Stopwatch wrapper that implements IDisposable. It would have the benefit of starting on instantiation (unless an optional parameter is set to false) and stopping and eventually getting collected once the using statement scope is exited. Not that one could not stop it themselves.

Span

More Span<T> experimentation for performance improvements.

Newtonsoft JSON

Create a Sharpener.NewtonsoftJson package with some extensions to call that will rewire the SharpenerJsonSettings to automatically use Newtonsoft instead. But this specific repo is meant to be third party package agnostic as possible.