YYProject.XXHash | pure C# library provides
kandi X-RAY | YYProject.XXHash Summary
kandi X-RAY | YYProject.XXHash Summary
YYProject.XXHash is a C# library. YYProject.XXHash has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
A pure C# library provides the implementations of xxHash algorithm. The minimum requirements for YYProject.XXHash are .NET Framework 3.5, and C# 7.0, it means that these code also apply to .NET Core 1.0 or later, Mono 4.6 or later and so on. If necessary, you can also rewrite these library to .NET Framework 2.0 with just a little work. Since all code (XXHash32 and XXHash64) are inside these file independently, I don't recommend using compiled library in your project, instead, you can just copy the useful parts to your code, this is the benefit of MIT License. P:). If you are using .NET4.5 (or higher) or sibling frameworks, you can add conditional compilation symbol "HIGHER_VERSIONS" to optimize static-short-methods.
A pure C# library provides the implementations of xxHash algorithm. The minimum requirements for YYProject.XXHash are .NET Framework 3.5, and C# 7.0, it means that these code also apply to .NET Core 1.0 or later, Mono 4.6 or later and so on. If necessary, you can also rewrite these library to .NET Framework 2.0 with just a little work. Since all code (XXHash32 and XXHash64) are inside these file independently, I don't recommend using compiled library in your project, instead, you can just copy the useful parts to your code, this is the benefit of MIT License. P:). If you are using .NET4.5 (or higher) or sibling frameworks, you can add conditional compilation symbol "HIGHER_VERSIONS" to optimize static-short-methods.
Support
Quality
Security
License
Reuse
Support
YYProject.XXHash has a low active ecosystem.
It has 13 star(s) with 3 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 2 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of YYProject.XXHash is v1.0
Quality
YYProject.XXHash has 0 bugs and 0 code smells.
Security
YYProject.XXHash has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
YYProject.XXHash code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
YYProject.XXHash is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
YYProject.XXHash releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of YYProject.XXHash
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of YYProject.XXHash
YYProject.XXHash Key Features
No Key Features are available at this moment for YYProject.XXHash.
YYProject.XXHash Examples and Code Snippets
File hash test on x86 debug
Min size=1024, max size=104857601
Total size: 5464052094
Total count: 100
xxHash32 total cost: 45091.0087
xxHash64 total cost: 29088.0494
MD5 total cost: 16979.3283
CRC32C normal total cost: 29000.9803
CRC32C SSE42 total
Community Discussions
No Community Discussions are available at this moment for YYProject.XXHash.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install YYProject.XXHash
It's very easy to use this library. Both XXHash32 Class and XXHash64 Class in YYProject.XXHash Namespace are derived from HashAlgorithm Class. So if you know how to use MD5CryptoServiceProvider Class, you can master this library directly. In addition, the only important thing you need to know is the output hash value of these implementations. By convention, if the hash value output as byte array, it's layout should be big-endian format. So I added XXHash32.HashUInt32 Property and XXHash64.HashUInt64 Property to get the corresponding original-unsigned-integer-value. Furthermore, the "seed" value can be initialized through the constructor, and set through "Seed" property before and after hash computing. And because the impact of HashAlgorithm base class, The instance members in XXHash32 Class and XXHash64 Class are NOT thread safe. For more, see this repo's wiki and source code.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page