mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 16:35:21 +00:00
d429926ddd
We used to ignore constant inputs entirely. We now track them, but if we find that a value is constant, we discard ITS inputs. This means that -- if we track dependencies -- we have an "outer rim" of constant values. Also take the opportunity to reshuffle how derived inputs represent their state. |
||
---|---|---|
.. | ||
constants.rs | ||
counter.rs | ||
implementation.rs | ||
log.rs | ||
main.rs | ||
memoized_dep_inputs.rs | ||
memoized_inputs.rs | ||
memoized_volatile.rs |