rtic/macros/src
Jorge Aparicio 0cc456ba80 reduce memory overhead
by storing indices (u8) in the queues instead of pointers (*mut u8)

in the binary heap we store the baseline inline along with the index and the task name. Before we
stored a pointer to the message and had to lookup the baseline when comparing two nodes in the heap.
2018-05-04 10:59:23 +02:00
..
analyze.rs WIP 2018-04-29 08:45:31 +02:00
check.rs put async_after behind a Cargo feature 2018-05-01 15:29:13 +02:00
lib.rs WIP 2018-04-29 08:45:31 +02:00
trans.rs reduce memory overhead 2018-05-04 10:59:23 +02:00