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

Vector.of(T element) performance improvement #2659

Merged
merged 1 commit into from May 16, 2021

Conversation

sleepytomcat
Copy link
Contributor

As discussed here #2656 (comment)

@codecov-commenter
Copy link

Codecov Report

Merging #2659 (249a00a) into master (a09f8cc) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2659   +/-   ##
=========================================
  Coverage     92.87%   92.87%           
  Complexity     5370     5370           
=========================================
  Files            89       89           
  Lines         12790    12790           
  Branches       1620     1620           
=========================================
  Hits          11879    11879           
  Misses          722      722           
  Partials        189      189           
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/vavr/collection/Vector.java 99.38% <100.00%> (ø) 211.00 <1.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a09f8cc...249a00a. Read the comment docs.

Copy link
Member

@danieldietrich danieldietrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, that was fast! It looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants