Repository navigation
#
djb2
- Website
- Wikipedia
JavaScript
414
2 年前
DJB2a non-cryptographic hash function
JavaScript
35
4 年前
Windows API header file parsing tool to generate source code for Windows API hashing
Python
5
2 年前
C
1
3 年前
A basic, fully self-contained hash benchmark written in C, that you can easily extend and plug new hash functions into.
C
0
10 个月前
Rust
0
1 年前
just a simple little hash table for strings in python to prove to a friend that I can do this
Python
0
7 年前
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 年前