RSpec story about disappearing classes
18-Nov-2022 2062
In the code I've been working on, it meant that a single lookup was taking around 50ms. That is a lot, especially if used extensively.To mitigate this, I've implemented a simple caching layer on top of the lookup that would make things fast:.