There are 0 repository under djb2 topic.
DJB2a non-cryptographic hash function
Fast string hashing function for Node.JS, generates 64 bit hashes.
Python package to generate collisions for DJB2 hash function
Windows API header file parsing tool to generate source code for Windows API hashing
A hash table implementation using a linked list of students as nodes and the djb2 hashing algorithm to calculate the hash values
A basic, fully self-contained hash benchmark written in C, that you can easily extend and plug new hash functions into.
Hash Table in rust from scratch with djb2 algorithm
just a simple little hash table for strings in python to prove to a friend that I can do this
A tiny human-readable seed generator for Lua.
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