Browser tabs
Browser tabs pile up because they must be manually disposed of. Having too many tabs is a resource leak. When you start using a separate window for each topic you are researching and close the window when you are done with the topic, it is the equivalent of going from basic malloc()
/free()
to region-based memory management.