Charades
|
Can this go in the LP class for smaller hash tables?
Can this be changed to an unordered_map?
See if moving the AVL tree from the scheduler to here would be feasible and not mess up performance.
Converting AVL tree to an STL type or an array based structure would make migration way simpler.
More modular statistics
LP level statistics/tracing
Better stats tracing
Model specific stats and logging
Add stats about PEs, num nodes, etc?
Improve these stats to include remote % and also track the sent events that were committed vs those sent and cancelled, or rolled back
Add stats about cancellations
Improve these stats to include remote % and also track the sent events that were committed vs those sent and cancelled, or rolled back
Add stats about cancellations
Cleanup unneeded types
Move type declarations to appropriate modules as needed
Maybe make a seperate file for aliases that is only needed when using the old ROSS API.