SkiaSharp/benchmarks
Matthew Leibowitz 5ea66f2a4a
Performance Improvements (#1277)
* Correct company name
* Fix targets file
* Hide native files from project tree
* Add benchmark project
* Add a feature to skip the object registration
   - ISKSkipObjectRegistration
   - objects implementing this interface will not be registered in the global dictionary
   - major perf boos (2.84x) due to not having to look up in a dictionary
   - use direct constructor instead of object factory
* Throw an exception in "debug" builds
2020-05-10 16:56:12 +02:00
..
SkiaSharp.Benchmarks Performance Improvements (#1277) 2020-05-10 16:56:12 +02:00
Directory.Build.props Performance Improvements (#1277) 2020-05-10 16:56:12 +02:00
Directory.Build.targets Performance Improvements (#1277) 2020-05-10 16:56:12 +02:00