Replies: 0 comments 2 replies
|
One concern is how to support logging from algorithms written in separate languages. For example, a logging library for C++ might be spdlog, but a logging library for Python might be the One approach of doing this is https://github.com/tanghaibao/pybind11_log. |
0 replies
|
One of the major things to determine in this milestone is how it is that an algorithm is to get access to the log to which it writes. There seem to be two major options:
In either case, the framework must ensure thread safety of the algorithms that use the logging facility. What are the thread efficiency ramifications of each of these choices? |
0 replies
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.
DUNE US S&C R&D item 078
All reactions