All Projects → nickbabcock → Farmhash.sharp

nickbabcock / Farmhash.sharp

Licence: mit
Port of Google's farmhash algorithm to .NET

Projects that are alternatives of or similar to Farmhash.sharp

Mathparser.org Mxparser
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
Stars: ✭ 624 (+1100%)
Mutual labels:  dotnet-standard, mono
Dot-Net-Ecosystem
Welcome to the GitHub repository of the .NET Ecosystem. This repository contains the examples for the Pluralsight course: The .NET Ecosystem: The Big Picture. You can download a copy and follow along in the course.
Stars: ✭ 34 (-34.62%)
Mutual labels:  mono, dotnet-standard
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+1563.46%)
Mutual labels:  mono
Uno.ch9
Ch9 - Uno Reference Implementation project
Stars: ✭ 45 (-13.46%)
Mutual labels:  mono
Embedio
A tiny, cross-platform, module based web server for .NET
Stars: ✭ 1,007 (+1836.54%)
Mutual labels:  mono
Deep Mihash
Code for papers "Hashing with Mutual Information" (TPAMI 2019) and "Hashing with Binary Matrix Pursuit" (ECCV 2018)
Stars: ✭ 13 (-75%)
Mutual labels:  hashing
Node Argon2
Node.js bindings for Argon2 hashing algorithm
Stars: ✭ 1,008 (+1838.46%)
Mutual labels:  hashing
Java Competitive Programming
I have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
Stars: ✭ 24 (-53.85%)
Mutual labels:  hashing
Ais.net
.NET Standard, high performance, zero allocation AIS decoder, which can process millions of AIVDM/AIVDO sentences per second on a single core. Sponsored by endjin
Stars: ✭ 49 (-5.77%)
Mutual labels:  dotnet-standard
Dotnet Mono
dotnet utility to run .net full apps using mono on OSX/Linux
Stars: ✭ 41 (-21.15%)
Mutual labels:  mono
Wyhash Rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
Stars: ✭ 44 (-15.38%)
Mutual labels:  hashing
Raspberrysharp
A .NET/Mono IO Library for Raspberry Pi This library is a complete refactoring of Raspberry-Sharp libraries, merged into one library and updated to RB3, CM3 and RB3+
Stars: ✭ 41 (-21.15%)
Mutual labels:  mono
Rhashmap
Robin Hood hash map library
Stars: ✭ 33 (-36.54%)
Mutual labels:  hashing
Bepinex
Unity / XNA game patcher and plugin framework
Stars: ✭ 1,001 (+1825%)
Mutual labels:  mono
Bitskinsapi
A wrapper for the BitSkins API, build on .NET Standard 2.0
Stars: ✭ 13 (-75%)
Mutual labels:  dotnet-standard
Nightingale Core
A .NET Standard library containing models and functionality for managing, organizing, and sending a collection of HTTP requests using the Nightingale Collection Format. This library is the heart of Nightingale REST Client on Windows 10.
Stars: ✭ 47 (-9.62%)
Mutual labels:  dotnet-standard
Moonsharp
An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities.
Stars: ✭ 926 (+1680.77%)
Mutual labels:  mono
Parallel Xxhash
Compute xxHash hash codes for 8 keys in parallel
Stars: ✭ 36 (-30.77%)
Mutual labels:  hashing
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (+1838.46%)
Mutual labels:  mono
Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (-1.92%)
Mutual labels:  hashing

Build Status

Farmhash.Sharp

Farmhash.Sharp is a .NET port of Google's Farmhash algorithm for calculating 32bit and 64bit non-cryptographic hashes. Farmhash.Sharp has great performance characteristics when calculating 64bit hashes, especially on short strings or a subsequence of byte arrays.

Main Documentation

Links:

Building

To build and test everything with the .NET Core 2.1 SDK:

dotnet test Farmhash.Test/Farmhash.Test.csproj
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].