-
Notifications
You must be signed in to change notification settings - Fork 486
[AST] [Performance] Use 'SmallArray' instead of 'Vector' #7010
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
base: master
Are you sure you want to change the base?
[AST] [Performance] Use 'SmallArray' instead of 'Vector' #7010
Conversation
/benchmark lists |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '684818da3a' (base) and '5c2f60cc51' (PR) Results table
|
(the results should be disregarded, I screwed up the implementation and made it slower than it can be) |
5c2f60c
to
dbbd853
Compare
/benchmark lists |
Click here to check the status of your benchmark. |
dbbd853
to
ccca4dd
Compare
/benchmark lists |
1 similar comment
/benchmark lists |
/benchmark nofib |
1 similar comment
/benchmark nofib |
Click here to check the status of your benchmark. |
/benchmark validation |
Comparing benchmark results of 'lists' on '2596b5b93c' (base) and 'ccca4dd6d7' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '2596b5b93c' (base) and 'ccca4dd6d7' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '2596b5b93c' (base) and 'ccca4dd6d7' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '2596b5b93c' (base) and 'ccca4dd6d7' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '2596b5b93c' (base) and 'ccca4dd6d7' (PR) Results table
|
#6602 will require optimizing
case
, so let's try doing that separately.