Skip to content

H2MM_C

Choose a tag to compare

@harripd harripd released this 08 Apr 07:39
· 206 commits to main since this release

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.