C Library that implements associative arrays (hashes).
Features
- ez_hash_table* ez_hash_init(uint32_t n); // initialize a hash table with an arbitrary number of buckets
- uint32_t ez_hash_set(ez_hash_table* h, char* key, char* value);
- char* ez_hash_get(ez_hash_table* h, char* key);
- int ez_hash_del(ez_hash_table* h, char* key);
License
MIT LicenseFollow ez_hash
Other Useful Business Software
Full-stack observability with actually useful AI | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ez_hash!