Simple hash table implementation

There are hash tables in the GLib library (C language):

They should be accessible via gtk-fortran (I never tried):
https://raw.githubusercontent.com/vmagnin/gtk-fortran/gtk3/src/glib-auto.f90

See this tutorial: IBM Developer

1 Like