Skip to content

Commit

Permalink
Lazily derive the huffman tables. Fix SixLabors#839 (SixLabors#841)
Browse files Browse the repository at this point in the history
* Lazily derive the huffman tables. Fix SixLabors#839

* Lazy invoke fast table

* Add performance tweaks to scan decoder.

* Remove unneccessary classes.
  • Loading branch information
JimBobSquarePants committed Feb 23, 2019
1 parent 2e241f5 commit 011978e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ImageSharp.Tests/TestImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public static class Fuzz
public const string ArgumentException826B = "Jpg/issues/fuzz/Issue826-ArgumentException-B.jpg";
public const string ArgumentException826C = "Jpg/issues/fuzz/Issue826-ArgumentException-C.jpg";
public const string AccessViolationException827 = "Jpg/issues/fuzz/Issue827-AccessViolationException.jpg";
public const string ExecutionEngineException839 = "Jpg/issues/fuzz/Issue839-ExecutionEngineException.jpg";
}
}

Expand Down

0 comments on commit 011978e

Please sign in to comment.