# simple-critbit **Repository Path**: mirrors_valyala/simple-critbit ## Basic Information - **Project Name**: simple-critbit - **Description**: Simple implementation of a crit-bit tree in C - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Simple implementation of a crit-bit tree in C. It has the following limitations: - Keys must be unsigned non-zero even integers, which fit uintptr_t type. Pointers to malloc()'ed memory are good candidates for keys. - It isn't optimized for speed (yet). Author: Aliaksandr Valialkin