Skip to content

Instantly share code, notes, and snippets.

@antonfirsov
Last active January 12, 2017 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonfirsov/5397d3a71063635e0b0dbe443eba32a5 to your computer and use it in GitHub Desktop.
Save antonfirsov/5397d3a71063635e0b0dbe443eba32a5 to your computer and use it in GitHub Desktop.

Decoder

                            Method |   InputCategory |        Mean |    StdDev | Scaled | Scaled-StdDev | Allocated |

-------------------------------------- |---------------- |------------ |---------- |------- |-------------- |---------- | 'DecodeJpegMultiple - ImageSharp' | AllImages | 314.6764 ms | 1.7898 ms | 2.73 | 0.02 | 52.12 MB | 'DecodeJpegMultiple - System.Drawing' | AllImages | 115.1231 ms | 1.0570 ms | 1.00 | 0.00 | 5.4 MB | 'DecodeJpegMultiple - ImageSharp' | LargeImagesOnly | 228.7539 ms | 0.5567 ms | 3.10 | 0.02 | 28.32 MB | 'DecodeJpegMultiple - System.Drawing' | LargeImagesOnly | 73.7639 ms | 0.5337 ms | 1.00 | 0.00 | 4.91 MB | 'DecodeJpegMultiple - ImageSharp' | SmallImagesOnly | 78.7485 ms | 0.0961 ms | 1.87 | 0.02 | 23.78 MB | 'DecodeJpegMultiple - System.Drawing' | SmallImagesOnly | 42.0675 ms | 0.5665 ms | 1.00 | 0.00 | 489.48 kB |

Encoder

                             Method |   InputCategory |        Mean |    StdDev | Scaled | Scaled-StdDev |    Gen 0 | Allocated |

-------------------------------------- |---------------- |------------ |---------- |------- |-------------- |--------- |---------- | 'EncodeJpegMultiple - ImageSharp' | AllImages | 117.4314 ms | 0.1492 ms | 3.59 | 0.01 | - | 1.06 MB | 'EncodeJpegMultiple - System.Drawing' | AllImages | 32.7193 ms | 0.1588 ms | 1.00 | 0.00 | 375.0000 | 11.16 MB | 'EncodeJpegMultiple - ImageSharp' | LargeImagesOnly | 101.2007 ms | 0.7648 ms | 5.44 | 0.04 | - | 1.05 MB | 'EncodeJpegMultiple - System.Drawing' | LargeImagesOnly | 18.5937 ms | 0.0936 ms | 1.00 | 0.00 | - | 10.09 MB | 'EncodeJpegMultiple - ImageSharp' | SmallImagesOnly | 15.6465 ms | 0.0946 ms | 1.06 | 0.01 | - | 71.31 kB | 'EncodeJpegMultiple - System.Drawing' | SmallImagesOnly | 14.7588 ms | 0.1622 ms | 1.00 | 0.00 | - | 1.2 MB |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment