-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SE-0247] Add contiguous string APIs #23051
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
Conversation
@swift-ci please test |
@swift-ci please benchmark |
Performance: -O
Performance: -Osize
Performance: -Onone
How to read the dataThe tables contain differences in performance which are larger than 8% and differences in code size which are larger than 1%.If you see any unexpected regressions, you should consider fixing the Noise: Sometimes the performance results (not code size!) contain false Hardware Overview
|
0e84b85
to
920a899
Compare
The corresponding evolution proposal has been accepted. What is blocking this from making progress? |
@swift-ci clean test |
@milseman is there anything block this from moving forward? |
I need to write more tests. I’m on that today. |
Adds API for querying, enforcing, and using contiguous strings.
920a899
to
aab8063
Compare
@swift-ci please benchmark |
@swift-ci please test |
Build failed |
@swift-ci please test os x platform |
Performance: -Onone
How to read the dataThe tables contain differences in performance which are larger than 8% and differences in code size which are larger than 1%.If you see any unexpected regressions, you should consider fixing the Noise: Sometimes the performance results (not code size!) contain false Hardware Overview
|
Build failed |
@swift-ci please test Linux platform |
Build failed |
@swift-ci please test linux platform |
SE-0247