Skip to content

Commit

Permalink
fix some mistakes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
force-net committed Jun 19, 2016
1 parent f445ce6 commit 96fa9e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Crc32.NET

Optimized and fast implementation of Crc32 algorithm in pure .NET.

*(But if you need, I can native implementation which is twice faster .NET version)*

This library is port of [Crc32C.NET](https://crc32c.angeloflogic.com/) by Robert Važan but for Crc32 algorithm.

If you did not catch the difference, it is *C* (Castagnoli). I recommend to use Crc32C, not usual CRC32, because it is faster (up to 20GB/s!) and slightly better in error detection. But if you need exactly Crc32, this library is the best choice.
If you did not catch the difference, it is *C* (Castagnoli). I recommend to use Crc32C, not usual CRC32, because it is faster (up to 20GB/s) and slightly better in error detection. But if you need exactly Crc32, this library is the best choice.

### Performance

Library | Speed
--------|-------
[Crc32](https://github.com/dariogriffo/Crc32) by Dario Griffo | 382 MB/s
[Data.HashFunction.CRC](https://github.com/brandondahler/Data.HashFunction/) by Brandon Dahler | 203 MB/s
This library | **1066** MB /s
This library | **1066** MB/s

## Some notes

Expand Down

0 comments on commit 96fa9e0

Please sign in to comment.