Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re_datastore: small-list optimization (aka. component inlining) #448

Closed
Tracked by #443
teh-cmc opened this issue Dec 2, 2022 · 1 comment
Closed
Tracked by #443

re_datastore: small-list optimization (aka. component inlining) #448

teh-cmc opened this issue Dec 2, 2022 · 1 comment
Labels
🏹 arrow concerning arrow ⛃ re_datastore affects the datastore itself

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Dec 2, 2022

Inline / small-list optimization

  • if there is exactly ONE element in a component row, store it inline instead of going through
    the usual indirection
@teh-cmc teh-cmc added 🏹 arrow concerning arrow ⛃ re_datastore affects the datastore itself labels Dec 2, 2022
@teh-cmc
Copy link
Member Author

teh-cmc commented Mar 21, 2023

Superseded by #1619 where everything becomes inlined

@teh-cmc teh-cmc closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏹 arrow concerning arrow ⛃ re_datastore affects the datastore itself
Projects
None yet
Development

No branches or pull requests

1 participant