H2MM_C
Code is fully implemented in C, with cython wrappers for access via Python in formats such as Jupyter Notebooks.
This version is dramatically faster than previous versions, taking full advantage of the efficiency of C, as well as multi threading. For linux this is implemented using POSIX pthreads, while in Windows using the functions available in the windows.h header file.