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

[stdlib] Add String, StringSlice, Span, and List method 'unsafe_slice()' #3541

Closed
wants to merge 1 commit into from

Conversation

martinvuyk
Copy link
Contributor

Add String, StringSlice, Span, and List method 'unsafe_slice()'

Proposed solution for this comment/issue and for other performance sensitive use cases where the user would have to use unsafe_ptr() and repeat this code anyway.

Will add tests if you guys agree with the approach @JoeLoser @laszlokindrat @ConnorGray

@martinvuyk martinvuyk closed this Oct 17, 2024
@martinvuyk martinvuyk deleted the add-unsafe-slice branch October 17, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant