Jan Jaeschke

Results 10 comments of Jan Jaeschke

Similar (?) thing here. Using matio 1.5.18 (current master) on windows in python (using ctypes). As it turns out, I have different versions of Visual Studio on my machine and...

[Matio_issue_157_compiler_versions.zip](https://github.com/tbeu/matio/files/5486204/Matio_issue_157_compiler_versions.zip) @tbeu In the zip file you find the test file (I think it was created using matio a while ago) as well as a *working* matio DLL (RelWithDebInfo, built...

@tbeu That fixed the issue. Thank you very much!

I would be interested to know the performance overhead of calling an FMU using FMU-Proxy in comparison to calling the FMU "natively" using FMI4cpp in a C++ app. I'm thinking...

Wow, that was quick, thank you! :) Is the number in the "no. calls" column the 'absolute' number of function calls (say, do step, get values, set values, ...) or...

But were there calls to set/get during the benchmarking or was it just do_step? I agree, for getting list of variables etc its much better to use one single large...

+1 for any type of workaround for this. The code in our project relies heavily on interface classes that use ABCMeta. These classes should be moved to C++ (in order...

Thanks all. I landed the changes (https://github.com/web-platform-tests/wpt/pull/51790, https://github.com/web-platform-tests/wpt/pull/51791).

Given that the amount of work depends on the size of the document (and the complexity of the text fragment and its use of context terms), I am not sure...

However, searching for the same text fragment several times would introduce unnecessary work and would cause timing differences. So, from an user agent's point of view, it might make sense...