An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: fnv-1a

agkloop/go_memoize

Golang high performant functional Memoize

Language: Go - Size: 53.7 KB - Last synced at: 12 days ago - Pushed at: 13 days ago - Stars: 13 - Forks: 1

sindresorhus/fnv1a

FNV-1a non-cryptographic hash function

Language: JavaScript - Size: 28.3 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 229 - Forks: 14

segmentio/fasthash

Go package porting the standard hashing algorithms to a more efficient implementation.

Language: Go - Size: 32.2 KB - Last synced at: 21 days ago - Pushed at: 10 months ago - Stars: 292 - Forks: 21

aleks-net/fnv1a

Single header solution to hashing with FNV1a in C/C++

Language: C++ - Size: 4.88 KB - Last synced at: 27 days ago - Pushed at: 6 months ago - Stars: 3 - Forks: 2

theTardigrade/golang-hash

This Go package contains functions that produce non-cryptographic hashes.

Language: Go - Size: 32.2 KB - Last synced at: 24 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 2

ssg/HashDepot

.NET library for xxHash, FNV, MurmurHash3 and SipHash algorithms

Language: C# - Size: 195 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 136 - Forks: 16

3F/Fnv1a128

FNV-1a 「 128-bit 」 High-Speed implementations 🚀 using LX4Cnh etc.

Language: C# - Size: 46.9 KB - Last synced at: 12 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

maluoi/header-libs

Collection of single header libraries I've written. C++ dynamic array and hashmap, runtime and compile time hashing functions, and a .ply 3d file format loader.

Language: C - Size: 25.4 KB - Last synced at: 21 days ago - Pushed at: almost 4 years ago - Stars: 11 - Forks: 0

fisothemes/TwinCAT-Hashing-Algorithms

A library containing the most commonly used non-cryptographic hashing functions such as MurmurHash3, CRC32 and FNV1a. All functions Hash data of type ANY.

Size: 897 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 0

mlshort/CNP_Protocol

Grad school, Computer Networks, multi-threaded client & server using custom network protocol. std::map used for persistent data store. scope-based locks used for synchronization.

Language: C++ - Size: 1.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pawandubey/fnv-hash

Ruby Implementation of the FNV (Fowler-Noll-Vo) Non-Cryptographic Hash Algorithms

Language: Ruby - Size: 28.3 KB - Last synced at: about 17 hours ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

anik123/FNV-implementation-in-Matlab

FNV Hash implementation in Matlab (32 bit)

Language: Matlab - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

grandom-library/fnv1a

FNV-1a non-cryptographic hash function implementation written in TypeScript.

Language: TypeScript - Size: 452 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

locchuong/autocomplete

autocomplete function used search engines, spell-checking, text-messengers, etc. Includes a bloom filter that provides memory efficient check of whether an item has been inserted before through the use of hashing algorithms (FNV1AHash, CRCHash, and SBDMHash).

Language: C++ - Size: 1.05 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

eloj/crc32c

Example of using SSE4.2 CRC32c hardware instructions

Language: C - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

OneFrameLink/Ofl.Hashing 📦

Utilities for hashing.

Language: C# - Size: 28.3 KB - Last synced at: 5 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

SirWumpus/erlang-bs

C-like string and ctype functions for Erlang binary strings.

Language: Erlang - Size: 86.9 KB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

bhoudu/jump-gouache

Jump consistent hash in TypeScript

Language: TypeScript - Size: 853 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Midi12/fnv

FNV hash algorithm for Dart language

Language: Dart - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

crichez/swift-fowler-noll-vo

A Fowler-Noll-Vo hash function implementation in Swift.

Language: Swift - Size: 67.4 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

BobAaldering/LETS_HASH

Do you want to create hashes with C? Here you will find it!

Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

naqvis/crystal-fnv

Crystal Implementation of Fowler–Noll–Vo hash

Language: Crystal - Size: 6.84 KB - Last synced at: 26 days ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

user-cube/NewsAnalyzer

Tool to analyze news from a dataset.

Language: Java - Size: 10.2 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

hlts2/gfnv

Allocation-free FNV-1

Language: Go - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

quasoft/bloomflt

Golang bloom filter with the built-in FNV1a and CRC32 hash functions.

Language: Go - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Oliverdeb/Bloom-filter

Java Bloom filter implementation

Language: Java - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

RhinoDevel/MtFnv1a

Create 32-bit FNV-1a hashes from files. Written in C. Includes sample code (see main.c).

Language: C - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1