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

Improve ArbitraryShape caching #2325

Merged
merged 3 commits into from
Jun 18, 2023
Merged

Conversation

TomyLobo
Copy link
Collaborator

Every point is now only evaluated once.

@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Merging #2325 (d3bf565) into master (856aaa6) will increase coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head d3bf565 differs from pull request most recent head dae319d. Consider uploading reports for the commit dae319d to get more accurate results

@@           Coverage Diff            @@
##             master   #2325   +/-   ##
========================================
  Coverage      8.88%   8.89%           
  Complexity     1095    1095           
========================================
  Files           886     886           
  Lines         46452   46443    -9     
  Branches       5189    5187    -2     
========================================
  Hits           4129    4129           
+ Misses        42130   42121    -9     
  Partials        193     193           
Impacted Files Coverage Δ
.../sk89q/worldedit/regions/shape/ArbitraryShape.java 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@TomyLobo TomyLobo force-pushed the improve-arbitraryshape-caching branch 4 times, most recently from be2e038 to 7a5abee Compare May 28, 2023 18:52
@me4502
Copy link
Member

me4502 commented Jun 3, 2023

Out of curiosity how does this impact command durations? Even just a before & after command time elapsed with the debug/profile config option enabled (changes name per platform)

@me4502 me4502 force-pushed the improve-arbitraryshape-caching branch from 4a0d3ed to dae319d Compare June 18, 2023 07:11
@me4502 me4502 merged commit 6494dbc into master Jun 18, 2023
6 checks passed
@me4502 me4502 deleted the improve-arbitraryshape-caching branch June 18, 2023 07:34
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