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

[SR-4003] Optimize the representation of String #46588

Closed
airspeedswift opened this issue Feb 19, 2017 · 1 comment
Closed

[SR-4003] Optimize the representation of String #46588

airspeedswift opened this issue Feb 19, 2017 · 1 comment
Labels
affects ABI Flag: Affects ABI improvement standard library Area: Standard library umbrella

Comments

@airspeedswift
Copy link
Member

Previous ID SR-4003
Radar rdar://problem/17386048
Original Reporter @airspeedswift
Type Improvement
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels Improvement, AffectsABI
Assignee None
Priority Medium

md5: 4a17b809bf3aefe8a4eb7432d004e9fb

Issue Description:

Implement a 1-word representation of String, with a separate Substring type able to reference a segment of a String.

@bob-wilson
Copy link

We decided to go with a 2-word implementation instead. This is done for Swift 4.2.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects ABI Flag: Affects ABI improvement standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

2 participants