Simple hash table implementation

He asked me to delete his account (which deletes his posts). I tried to convince him to stay, but he insisted, so I respect that. “difference scheme”, if you are reading this, you are welcome to come back anytime.

I think languages have to interoperate, and Fortran must interoperate well with other languages and make it easy to use code not only from C, but also C++, Python and others languages.

I think there are two issues with regards to hash tables:

  • Having this capability in the first place: For that, indeed we can either implement in Fortran or another language and expose. It needs to be well supported and stdlib seems like a good place for this. It does not require to modify the language, nor include this in the language itself.

  • Nice syntax: that would require to modify the language. In some sense this is orthogonal to the previous point. I think we should first concentrate on the previous point before trying to tackle this one.

3 Likes