- two variants, one with binary search, the other with iterate
- [mod] modified debug to closer mirror linux kernel debug
- [mod] just added a few comments in parser and simulation
- allow to watch until a specific or later frame has been cast
- allow to return from watching if the broadcast is ended
- allow to reset the broadcast to be reset
- in retrospect this wasnt really needed for the project...
- [mod] this change should be faster at the cost of memory
- each underlying call only gets the required data instead of everything
- [mod] renamed Group param to better reflect its purpose
- [mod] changed Time to incorporate the total duration as well
- [fix] fixed shared memory mapping to match simulation
- added a simple parsing test
- added conversion utils for Any to Map and nested objects
- added a quick indented printout util for scala collection objects