heyoka 7.8.0 #516
bluescarni
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This latest heyoka release focuses on implementing thread safety for compiled functions and related classes. Specifically, it is now safe to use the same
cfuncobject concurrently from different threads of execution. The same holds for the SGP4 propagators.As a consequence of the thread-safety changes,
cfuncis now an immutable lightweight class with constant-timenoexceptcopy semantics.As a further small feature addition, it is now possible to pass the optional
batch_parallelboolean flag to the call operator of acfuncto explicitly enable/disable multithreaded parallelism during batched evaluations.The full changelog, as usual, is available here:
https://bluescarni.github.io/heyoka/changelog.html
This discussion was created from the release heyoka 7.8.0.
Beta Was this translation helpful? Give feedback.
All reactions