MatthiWare / VCDiff.Core

Open VCDiff implementation in .NET Core
Apache License 2.0
5 stars 2 forks source link

SIMD speedups #6

Open chyyran opened 3 years ago

chyyran commented 3 years ago

Hi,

I maintain a hard fork of Metric's VCDiff over at https://github.com/SnowflakePowered/vcdiff that is heavily optimized using .NET intrinsics and SIMD.

I thought you might be interested seeing as the majority of work is on the CLI side, and if you wanted to offload the work of maintaining the diff library itself. Unfortunately, our API differs a bit with the current iteration of your library so that is one downside.

If you're interested, a NuGet package is available at https://www.nuget.org/packages/VCDiff

Thanks.

Matthiee commented 3 years ago

Hi @chyyran

Thanks for letting me know, I will consider this.