Skip to content

issues Search Results · repo:tidwall/hashmap.c language:C

Filter by

28 results
 (67 ms)

28 results

intidwall/hashmap.c (press backspace or delete to remove)

Thanks for making this software, it s very useful. Is it safe to call hashmap_delete while using hashmap_iter (or hashmap_scan)? Would this ever result in invalid pointers, or in some items being skipped ...
  • Adamcake
  • 7
  • Opened 
    on Sep 5, 2024
  • #41

Hello Josh, et. al. I m going to submit a pull request which adds a conditional extern C to hashmap.h, which makes the module more C++ friendly, and adds a section to the README.md API Notes . The C++ ...
  • fordsfords
  • 1
  • Opened 
    on Feb 9, 2024
  • #39

i found that hashmap_free do not work, the mem can not free and with the time going on, the mem will reach very high, so what can i do?
  • sunzeping001
  • 1
  • Opened 
    on Jan 3, 2024
  • #38

I noticed that iter is not thread safe, so i worry about other API Is it thread safe while multi-thread doing get/set/delete? For example, item returned by set and detele are all from map- spare, while ...
  • 979357361
  • 3
  • Opened 
    on Nov 9, 2023
  • #37

In the initialize function map- spare is initialized to have sizeof(hashmap) + 2 * bucketsz But it is used both as struct bucket and as the items stored in the buckets in the setter and getter. https://github.com/tidwall/hashmap.c/blob/84d0d3bf75f297443a5069b801ea13d93ee05e0a/hashmap.c#L280-L290 ...
  • HeavenlyAwe
  • 2
  • Opened 
    on Aug 15, 2023
  • #34

Really nice implementation of a hashmap in C! The get_hash function should always be called with the key as second argument, but in the setter you are using the item itself. Just add another input parameter ...
  • HeavenlyAwe
  • 7
  • Opened 
    on Aug 15, 2023
  • #33

Feature Request I d like to request to add meson as a build system for hashmap.c to easily integrate it into other (meson) projects. If this RFE is considered to be an improvement for the project, I ...
  • engelmi
  • 5
  • Opened 
    on Aug 8, 2023
  • #32

When the bucket is full, an infinite loop can occur on line 271 due to the fact that a return statement is missing after line 289. New space is created in the bucket, and the entry added to the bucket, ...
  • braindigitalis
  • 2
  • Opened 
    on Apr 23, 2023
  • #29

In readme you have benchmarks, so is it possible to add it to repo?
  • fregate
  • 2
  • Opened 
    on Mar 29, 2023
  • #28

Hi! Would it be possible to save the hash map, and load its contents later? Is this something that is implemented / would be easy to add? Kind regards, Axel
  • hojmax
  • 1
  • Opened 
    on Jan 10, 2023
  • #27
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub