SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.34k stars 847 forks source link

Replace custom Crc32 #2611

Closed JimBobSquarePants closed 9 months ago

JimBobSquarePants commented 9 months ago

Prerequisites

Description

Removes our custom Crc32 implementation in favor of the runtime one which benchmarks slightly faster. Also fixes the benchmark configuration so that they work for .NET8.