RamonMeffert / elm-gossip

A user-friendly web tool for exploring dynamic gossip.
https://r3n.nl/elm-gossip/
GNU General Public License v3.0
3 stars 0 forks source link

Save call sequences in reverse #10

Closed RamonMeffert closed 3 years ago

RamonMeffert commented 3 years ago

Changes lookup time of the last call from O(n) to O(1). It seems like the last call is needed (way) more frequently than the first call.