Tripp Lamb
Tripp Lamb
The previous comments show that the implementation is not trivial to get a high quality solution, but focusing on implementing `log2` seems strange to me in the spirit of a...
I like the idea of something like this, but having implemented something nearly identical in my code before, I tend to get a significant performance hit with the interface operators...
I'm having difficultly seeing the benefit of using `call incr(i)` over `i = i + 1`. Additionally adding more functions with such short names I feel might compound the issues...
Even in that case there isn't a benefit as you still have to make the subroutine call to `call incr()` on another line.
I can see why in that case there would be benefit to an increment subroutine if there were no other solution to simplifying the surrounding logic, but I suspect there...
I might be missing something, but does the `System_Clock()` internal not already support this basic functionality?
It is the same as this issue title "1.14.2" ```cpp /* Version number of package */ #define H5_VERSION "1.14.2" ```
@aldanor I too am having this same issue though I am not using pyo3, but I am on Windows 10. It fails on the same call to create the file....