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);

Project Activity

See All Activity >

License

MIT License

Follow ez_hash

ez_hash Web Site

Other Useful Business Software
AI-powered conversation intelligence software Icon
AI-powered conversation intelligence software

Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of ez_hash!

Additional Project Details

Intended Audience

Developers

Programming Language

C

Registered

2010-06-07