Jonathan Sweemer
Jonathan Sweemer
In the standard definition of a currency pair, the first currency is the foreign one and the second currency is the domestic one, so for USDCNY (a.k.a. USD/CNY) the foreign...
For me the primary motivation of allowing a fixed field inside of a readonly struct would be to make it more "ref readonly friendly" as described [here](https://devblogs.microsoft.com/premier-developer/avoiding-struct-and-readonly-reference-performance-pitfalls-with-errorprone-net/#ref-readonly-friendliness). Not sure if...
@tomwhoiscontrary The usual high Sharpe ratio way to find the source of slow code is to use a profiler like VTune Profiler. Maybe you can try that and let us...
> IMHO, it should not activated at the moment, because of the this azmq interface: I would recommend that either that azmq interface be deprecated as well, or find a...
For what it's worth, I think that the simple sum is better because it is easier to understand, and also because it doesn't pull in all of the dependencies of...
It would be greatly helpful to me as well to be able to build, link, and run applications with OpenOnload on WSL2 for development purposes. Has there been any progress...
According to https://gcc.gnu.org/projects/cxx-status.html GCC 4.8.5 does not support C++14, which QuantLib 1.33 requires, so you should update your compiler (e.g. from Red Hat Software Collections).
Do you also see the error with a more recent version of boost? Usually if you're using a very new compiler version you'll get fewer warnings and errors with the...
I made an example for building QuantLib with vcpkg [here](https://github.com/sweemer/quantlib-vcpkg-example). Let me know if it doesn't work for you.
Hello, can this be merged? I'm still getting this compiler error with the latest main branch on Linux.