Hotrace is a fast and lightweight search engine developed during a 42 rush challenge. It reads a set of key-value pairs, builds an efficient in-memory hash table, and performs fast lookups for given keys. Designed for speed and minimal resource usage, it showcases manual implementation of a custom search engine using low-level C programming.
-
Updated
Oct 25, 2025 - C