fhash icon indicating copy to clipboard operation
fhash copied to clipboard

Fast hash map implementation in fortran

Results 2 fhash issues
Sort by recently updated
recently updated
newest added

Updating next method The following line: ```fortran do while (.not. associated(this%node_ptr) .or. .not. allocated(this%node_ptr%kv)) ``` will cause problem. When `this%node_ptr` not associated, and we access `this%node_ptr%kv`. it will cause segmentation...

Hi Junhao Li, Thanks a lot for contributing this code! I can tell you it will be used to model traffic flow in the Netherlands. I did find some places...