Crc32C.NET
1.0.5
This library is no longer maintained, because I rarely use Windows or C++ these days. It has not been updated in years. You are welcome to adopt the library if you find it useful.
Install-Package Crc32C.NET -Version 1.0.5
dotnet add package Crc32C.NET --version 1.0.5
<PackageReference Include="Crc32C.NET" Version="1.0.5" />
paket add Crc32C.NET --version 1.0.5
#r "nuget: Crc32C.NET, 1.0.5"
// Install Crc32C.NET as a Cake Addin
#addin nuget:?package=Crc32C.NET&version=1.0.5
// Install Crc32C.NET as a Cake Tool
#tool nuget:?package=Crc32C.NET&version=1.0.5
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
Product | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Crc32C.NET:
Package | Downloads |
---|---|
Snappy.NET
Snappy is an extremely fast compressor (250MB/s) and decompressor (500MB/s). Snappy.NET is a P/Invoke wrapper around native Snappy, which additionally implements Snappy framing/streaming format. |
|
MACRM
Test abstraction for CRM D365 UI testing based on selenium for Microsoft D365 |
|
AFOAD.Base
Test abstraction for web ui testing based on selenium and specflow test framework |
|
combit.ListLabel26.MongoDBDataProvider
Provides access to the reporting tool List & Label. This package is required to connect to MongoDB databases. Please note that a List & Label installation is required. |
|
combit.ListLabel27.MongoDBDataProvider
Provides access to the reporting tool List & Label. This package is required to connect to MongoDB databases. Please note that a List & Label installation is required. |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on Crc32C.NET:
Repository | Stars |
---|---|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
|
|
WolvenKit/WolvenKit
Mod editor/creator for RED Engine games. The point is to have an all in one tool for creating mods for the games made with the engine.
|
|
alexandre-spieser/mongodb-generic-repository
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
|
|
FirelyTeam/spark
Firely and Incendi's open source FHIR server
|
Version | Downloads | Last updated | |
---|---|---|---|
1.0.5 | 4,077,302 | 3/5/2014 |
Fixed native calling convention.