Implement singleton pattern for Immutable objects #550
Labels
feature request
An issue that improves the user interface.
performance 🐌
Issues related to speed and memory
Milestone
There are a few immutable objects that are frequently used, namely:
Element
. There's no reason that these instances couldn't be shared so a "singleton-like" pattern might help save memory.I confirmed this was note the case:
The text was updated successfully, but these errors were encountered: