JonHanna / SpookilySharpLinks
A .NET/Mono implementation of Bob Jenkins’ SpookyHash version 2. Offers 32- 64- and 128-bit hashes of strings, char and byte arrays, streams and any type of object represented by an array of simple types.
☆24Updated 7 years ago
Alternatives and similar repositories for SpookilySharp
Users that are interested in SpookilySharp are comparing it to the libraries listed below
Sorting:
- The Swiss Army Knife for type conversion in .NET☆57Updated last year
- Build IComparer and IEqualityComparer objects using natural language syntax.☆48Updated 6 years ago
- Port of Google's farmhash algorithm to .NET☆65Updated last year
- Generating async c# code using Roslyn☆50Updated last year
- Pretty print objects to the console. Similar to LINQPad's Dump() extension method.☆79Updated 5 years ago
- Extends ReSharper's static nullability analysis by changing specific, configurable elements to be [NotNull] by default☆44Updated 4 years ago
- Most of those extensions should have been in BCL.☆70Updated 6 years ago
- Analyzers checking System.Reflection☆82Updated last year
- C# parser for .NET & Mono stack traces☆53Updated 4 years ago
- Code analysis improvements and context actions☆62Updated this week
- LINQ to Regex library provides language integrated access to the .NET regular expressions.☆169Updated last year
- A modern wrapper around System.IO.☆84Updated 2 years ago
- DotMarkdown is Markdown framework for .NET☆125Updated 9 months ago
- Example implementation of IValueTaskSource☆30Updated 2 years ago
- Simplifies the implementation of IDisposable☆77Updated 7 months ago
- Tracing rewriter using Fody☆93Updated 2 years ago
- A set of source generators for equality, immutability, ...☆90Updated 2 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- A cross-platform .NET framework for parsing HTML☆85Updated 2 weeks ago
- Unified algorithm support for indexed .NET collections.☆12Updated 7 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- A unique command line parser for .NET that utilizes object trees for commands.☆44Updated 6 years ago
- A bunch of quality refactorings and code fixes that are going to improve your C# development experience in Visual Studio and remove some …☆23Updated 3 years ago
- Nest files in Solution Explorer☆122Updated 10 months ago
- Converts all JetBrains ReSharper code annotation attributes to External Annotations, so you can provide R# annotations to 3rd parties but…☆39Updated 4 years ago
- A OO framework to handle all sorts of paths operations: File, Directory, Absolute, Drive Letter, UNC, Relative, prefixed with an Environm…