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

Share user action executor for multiple entities #1980

Merged
merged 12 commits into from
Feb 16, 2023

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Jan 29, 2023

fix #1976

time to render 2 (add, delete) actions for 1000 entities is reduced from ~2000 ms to ~500 ms, ie performance is improved ~4x!

no BC break, everything works as before, only the performance on both server & client side is massively improved, also much less data needs to be transfered between the server and client

@mvorisek mvorisek added the MAJOR label Jan 29, 2023
@mvorisek mvorisek force-pushed the dedup_entity_executors branch 3 times, most recently from 6414a45 to 3261259 Compare February 1, 2023 01:56
@mvorisek mvorisek force-pushed the dedup_entity_executors branch 20 times, most recently from 44edaf1 to 6934435 Compare February 15, 2023 15:17
@mvorisek mvorisek marked this pull request as ready for review February 16, 2023 11:55
@mvorisek mvorisek force-pushed the dedup_entity_executors branch 2 times, most recently from c3b62e3 to 8241cad Compare February 16, 2023 13:17
@mvorisek mvorisek removed the MAJOR label Feb 16, 2023
@mvorisek mvorisek merged commit 03a9d65 into develop Feb 16, 2023
@mvorisek mvorisek deleted the dedup_entity_executors branch February 16, 2023 13:33
@mvorisek mvorisek restored the dedup_entity_executors branch May 24, 2023 14:16
@mvorisek mvorisek deleted the dedup_entity_executors branch May 24, 2023 14:16
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.

Share/deduplicate executor for multiple entities
1 participant