a language for fast, portable data-parallel computation
-
Updated
Sep 30, 2020 - C++
Add a description, image, and links to the hexagon topic page so that developers can more easily learn about it.
To associate your repository with the hexagon topic, visit your repo's landing page and select "manage topics."
I briefly looked some of the h3lib code via web interface, and they use malloc / free. Forgive me if h3lib can already configure to be used with other memory management routines.
I am wondering if it is possible to add configurable memory management routines other than malloc / free. I could certainly modify the code myself, but then it would create an upgrade / merge issue.
Basically, I a