FastBlockCopy.x64 1.0.3

dotnet add package FastBlockCopy.x64 --version 1.0.3
NuGet\Install-Package FastBlockCopy.x64 -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FastBlockCopy.x64" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FastBlockCopy.x64 --version 1.0.3
#r "nuget: FastBlockCopy.x64, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FastBlockCopy.x64 as a Cake Addin
#addin nuget:?package=FastBlockCopy.x64&version=1.0.3

// Install FastBlockCopy.x64 as a Cake Tool
#tool nuget:?package=FastBlockCopy.x64&version=1.0.3

Copy is optimized for small data,such as 32 bytes. in 32 bytes it can 2.5x than Buffer.BlockCopy(),in 200 bytes,it fast than 2x,in 1024 bytes,it fast than 1.25x,in any case,it fast!
use:
1 FastBuffer.UnsafeBlockCopy(from, 0, to, 0, 100); without bounds checking,also it more fast
2 FastBuffer.BlockCopy(from, 0, to, 0, 100); with bounds checking
and it also can use:from.UnsafeBlockCopy(0, to, 0, 100)

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 1,067 5/1/2017