HFT-Grade Voter Registry System is a high-performance, thread-safe C++ application that simulates a voter management and polling system with O(1) lookup, insertion, and deletion. It leverages smart pointers, mutex synchronization, atomic operations, and binary file I/O for efficient data handling — inspired by the design patterns used in HFT System
cpp multithreading data-structures mutex doubly-linked-list smart-pointers concu performance-op atomic-operations hft-system voter-registry
-
Updated
Nov 21, 2025 - C++