From @JimBobSquarePants on March 16, 2016 9:44
We've got a pretty good feature set for a V1 release.
Now we need to make it fast.
Things to look at:
- Reducing array allocation
ArrayPool, Slice<T>
- Unsafe code where applicable
- Moar SIMD
- Algorithmic tightening
- Reduce pixel looping
- Other things
For benchmarking we can use BenchMarkDotNet now that the prerelease supports CoreFX

Add your thoughts below.
Copied from original issue: JimBobSquarePants/ImageProcessor#347
From @JimBobSquarePants on March 16, 2016 9:44
We've got a pretty good feature set for a V1 release.
Now we need to make it fast.
Things to look at:
ArrayPool,Slice<T>For benchmarking we can use BenchMarkDotNet now that the prerelease supports CoreFX
Add your thoughts below.
Copied from original issue: JimBobSquarePants/ImageProcessor#347