top | item 46067206

(no title)

reverserdev | 3 months ago

Hey! Thank you for catching this issue and reminding me of the super naive implementation I went with. I will improve this! :)

discuss

order

rbanffy|3 months ago

It’s often better to overlay caching and other tricks on top of naive implementations than making the implementation more complicated.

foota|3 months ago

* until you get caching layers more complicated than the more complicated implementations :) Imo strong implementations can be much simpler and more predictable than caching.