chuckyvt
chuckyvt
Yes, it is complete as far as I know.
You might try turning off build testing and seeing if you can get it to build. To do that: "cmake -B build -DBUILD_TESTING=Off"
This PR also makes the abstract hashmap_type public so that can be used for interface definition that works for both open and chaining types. I thought it was worth adding...
Thank you for the review. Suggested updates have been applied. The specs already listed the abstract hashmap_type as public, so I believe this change in essentially updated the code to...
I think you summed it up, working with templated code is hard and creates barriers to development and maintenance. If we are able to use native Fortran to accomplish the...