djb2
Here are 19 public repositories matching this topic...
DJB2a non-cryptographic hash function
-
Updated
Apr 15, 2021 - JavaScript
A basic, fully self-contained hash benchmark written in C, that you can easily extend and plug new hash functions into.
-
Updated
Oct 27, 2024 - C
Some hash functions in x86_64 assembly
-
Updated
Jan 4, 2024 - Assembly
A hash table implementation using a linked list of students as nodes and the djb2 hashing algorithm to calculate the hash values
-
Updated
May 16, 2022 - C++
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
-
Updated
Jun 8, 2024 - Python
just a simple little hash table for strings in python to prove to a friend that I can do this
-
Updated
Feb 19, 2019 - Python
Multi day hash table practice
-
Updated
Jun 4, 2020 - Python
Improve this page
Add a description, image, and links to the djb2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the djb2 topic, visit your repo's landing page and select "manage topics."