vcdiff icon indicating copy to clipboard operation
vcdiff copied to clipboard

Heavily optimized .NET Core vcdiff library

Results 2 vcdiff issues
Sort by recently updated
recently updated
newest added

There is an issue in VcEncoder constructor. If source file size is more than int.MaxValue than it would be incorrect behavior in: _nativeAllocation = new NativeAllocation((int)source.Length);

It would be nice to have an abstraction layer so that consumers of this library can mock out instances of the library in unit tests!