Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: create single shared none instance
Because all nones are equivalent, we can share a single instance. This should save a decent amount of memory and cpu cycles from not building the `None` class constantly.
- Loading branch information