A new alpha version of ROOT-Sim 3.0.0 is out!

This version provides the following improvements:

  • Fixed a memory leak in the anti message handling logic.
  • Fixed a bug in the bump-version script.
  • Ported traffic, PHold and PCS models to ROOT-Sim 3
  • The topology library has been rewritten, now supporting multiple topologies in the same model
  • Continuous Integration on Windows and macOS has been improved
  • The core has been rewritten as a proper library, moving the compiler and other model-assisting components to other modules
  • The core has been thoroughly checked through valgrind
  • The per-thread message queue is now lock free. No single lock or barrier is now present in the code base!
  • The documentation has been improved
  • The CMake build files have been refactored for improved modularity