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-12021] Linux base64 performance issue #3278

Closed
Cyberbeni opened this issue Jan 13, 2020 · 3 comments
Closed

[SR-12021] Linux base64 performance issue #3278

Cyberbeni opened this issue Jan 13, 2020 · 3 comments

Comments

@Cyberbeni
Copy link
Contributor

Previous ID SR-12021
Radar rdar://58861166
Original Reporter @Cyberbeni
Type Improvement
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Improvement
Assignee @spevans
Priority Medium

md5: 25554c09a2a015627b9c622313a07570

Issue Description:

https://github.com/fabianfett/swift-base64-kit#linux

@spevans
Copy link
Collaborator

spevans commented Jan 20, 2020

Ive fixed some of the obvious issues including excessive buffer allocation and copying. and used a faster conversion from 6bit code to ASCII character.
Performance is now comparable to Darwin Foundation's version.

#2619

@beccadax
Copy link
Contributor

@swift-ci create

@spevans
Copy link
Collaborator

spevans commented Jun 4, 2020

More performance enhancements where in the following PRs

Encoding:
#2792
#2799
#2803

Decoding:
#2796
#2801
#2805

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants