This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
-
Updated
Nov 16, 2025 - C
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Fast Common Lisp insertion-ordered linear-probing hash tables and sets
(Legacy) Extremely fast unordered map and set library for C++20
Everything I need to know to get the better job.
Playground for developing a fast static hash set
A type-erased hash set written in C++17.
This repository provides a comprehensive collection of C++ code examples and notes for Data Structures and Algorithms (DSA), organized by lecture. It is designed for students, learners, and competitive programmers to efficiently understand and implement core DSA concepts.
Container with linear probing resolver collision using LCFS-hashing.
SmartCarCare is a Java-based car service management system that enables scheduling, cost estimation, and service history tracking with a user-friendly interface and flexible record management using generics.
CERPEC are generic C data structures that use datatype sizes for abstraction.
This repository contains C++ implementations of classic algorithms.
Efficient spell checker built with a custom hash set and binary search tree. Achieves double performance using optimized collision handling. Showcases practical use of both data structures for fast dictionary lookups.
Text Analyzer is a Java application that fetches and processes text from a URL, storing words into a hash set and providing various statistics.
Open-addressing hash map and set for Rust that cost about one bit per empty bucket.
Hash map and hash set implementation in JavaScript, built for The Odin Project
To associate your repository with the hash-set topic, visit your repo's landing page and select "manage topics."