Commit Graph

9 Commits

Author SHA1 Message Date
5a940540d3 Use priority queue for streams and fast channels
A priority queue (in heap.h) is used to keep the next event ready in the
emulator loop. Additionally, a list of dirty channels is keept to
limit the complexity of the propagation and emit phases.
2021-10-21 16:53:00 +02:00
ac6013419b Replace class by category to avoid C++ problems 2021-10-21 16:53:00 +02:00
10b14a90a3 Allocate the traces in the heap 2021-09-28 19:32:16 +02:00
Kevin Sala
674716804a Avoiding stack overflows 2021-08-10 10:18:21 +02:00
4e971bceff Write multiple prv files and add app id view 2021-08-03 18:42:56 +02:00
c42711908b Fix empty streams 2021-08-02 12:34:11 +02:00
d7c81b3048 Add jumbo events 2021-07-30 20:08:40 +02:00
d25bbed350 Distribute emulator into modules 2021-07-28 11:56:35 +02:00
cfc4eb7527 Single header and move lib functions to libovni 2021-07-24 10:53:41 +02:00