Repository navigation

#

djb2

A super-fast C++ hash table with Node.js wrapper, tested up to 1 billion keys.

JavaScript
414
2 年前

DJB2a non-cryptographic hash function

JavaScript
35
4 年前

Fast string hashing function for Node.JS, generates 64 bit hashes.

JavaScript
11
3 年前

Bernstein djb2 hash algorithm

Go
6
5 年前

Python package to generate collisions for DJB2 hash function

Python
5
8 年前

Windows API header file parsing tool to generate source code for Windows API hashing

Python
5
2 年前

Rust implementation of cryptographic hash function algorithms

Rust
2
3 年前

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

C
1
3 年前

A fast, performance focused, 32-bit non cryptographic hash

JavaScript
0
1 年前

A basic, fully self-contained hash benchmark written in C, that you can easily extend and plug new hash functions into.

C
0
10 个月前

Hash Table in rust from scratch with djb2 algorithm

Rust
0
1 年前

Multi day hash table practice

Python
0
5 年前

Wordcount using a C DJB2 Hashtable.

C
0
8 年前

CHL - C hashing library

C
0
4 个月前

Some hash functions in x86_64 assembly

Assembly
0
2 年前

Real djb2 implementation that works with pipe

C
0
2 年前

just a simple little hash table for strings in python to prove to a friend that I can do this

Python
0
7 年前

A tiny human-readable seed generator for Lua.

Lua
0
4 年前

A hash table implementation using a linked list of students as nodes and the djb2 hashing algorithm to calculate the hash values

C++
0
3 年前

A Python implementation of a hash table data structure using the djb2 hashing algorithm. It includes methods for adding key-value pairs, inspecting the table, and iterating over items in the table. Additionally, it features a word counter

Python
0
1 年前