FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

perf(supertypes): add global super type cache by Skullians · Pull Request #808 · Incendo/cloud · GitHub

/ cloud Public

perf(supertypes): add global super type cache - #808

Open
Skullians wants to merge 1 commit into
Incendo:masterfrom
spectr-is:perf/global-supertype-cache
Open

perf(supertypes): add global super type cache#808
Skullians wants to merge 1 commit into
Incendo:masterfrom
spectr-is:perf/global-supertype-cache

Conversation

Copy link
Copy Markdown

Same justifications as my other PR:

The repeated calls to isSuperType were getting a little heavy, so I've taken the liberty of adding this global cache to cloud-core...
I've also moved some calls to the new cache on cloud-core itself (not necessarily appearing on the above image of spark), but thought it would be a nice idea anyways

isSuperType is used in a decent few platforms so it made the most sense to do a cache in the core and then I can PR it into the other respective repos🤔

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL