Skip to content

Instantly share code, notes, and snippets.

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/01743d39d53cb68f7071d935308c8ab7 to your computer and use it in GitHub Desktop.
Save antonfirsov/01743d39d53cb68f7071d935308c8ab7 to your computer and use it in GitHub Desktop.

Decoder

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

-------------------------------------- |---------------- |------------ |---------- |------- |-------------- |---------- | 'DecodeJpegMultiple - ImageSharp' | AllImages | 304.9019 ms | 0.5589 ms | 2.64 | 0.02 | 52.11 MB | 'DecodeJpegMultiple - System.Drawing' | AllImages | 115.4632 ms | 0.9450 ms | 1.00 | 0.00 | 5.4 MB | 'DecodeJpegMultiple - ImageSharp' | LargeImagesOnly | 224.3991 ms | 0.2855 ms | 3.04 | 0.04 | 28.32 MB | 'DecodeJpegMultiple - System.Drawing' | LargeImagesOnly | 73.8981 ms | 1.1043 ms | 1.00 | 0.00 | 4.91 MB | 'DecodeJpegMultiple - ImageSharp' | SmallImagesOnly | 76.4967 ms | 0.0444 ms | 1.85 | 0.01 | 23.78 MB | 'DecodeJpegMultiple - System.Drawing' | SmallImagesOnly | 41.4092 ms | 0.2310 ms | 1.00 | 0.00 | 489.48 kB |

Encoder

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

-------------------------------------- |---------------- |----------- |---------- |------- |-------------- |--------- |---------- | 'EncodeJpegMultiple - ImageSharp' | AllImages | 98.8442 ms | 0.2155 ms | 3.10 | 0.01 | - | 1.06 MB | 'EncodeJpegMultiple - System.Drawing' | AllImages | 31.8542 ms | 0.1210 ms | 1.00 | 0.00 | 375.0000 | 11.16 MB | 'EncodeJpegMultiple - ImageSharp' | LargeImagesOnly | 86.1979 ms | 0.2148 ms | 4.99 | 0.03 | - | 1.05 MB | 'EncodeJpegMultiple - System.Drawing' | LargeImagesOnly | 17.2904 ms | 0.1167 ms | 1.00 | 0.00 | - | 10.09 MB | 'EncodeJpegMultiple - ImageSharp' | SmallImagesOnly | 13.5199 ms | 0.0789 ms | 0.94 | 0.00 | - | 71.31 kB | 'EncodeJpegMultiple - System.Drawing' | SmallImagesOnly | 14.4339 ms | 0.0154 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