Info
Version: | 1.2.2 |
Author(s): | zenith |
Last Update: | Tuesday, January 27, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/zenith-nz/PerfCopy |
NuGet Url: | https://www.nuget.org/packages/PerfCopy |
Install
Install-Package PerfCopy
dotnet add package PerfCopy
paket add PerfCopy
PerfCopy Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
Considerably faster than Array.Copy - and it's also faster than Buffer.BlockCopy in most situations!
High-performance enabled through use of optimised 'unsafe' blocks.
This package could be a good addition to other packages if you're building in copying of some kind that would benefit from being fast.