Skip to content

Optimize BigInteger formatting - #100181

Merged
tannergooding merged 12 commits into
dotnet:mainfrom
huoyaoyuan:numerics-format-3
Apr 22, 2024
Merged

Optimize BigInteger formatting#100181
tannergooding merged 12 commits into
dotnet:mainfrom
huoyaoyuan:numerics-format-3

Conversation

@huoyaoyuan

Copy link
Copy Markdown
Member

Follow up of #97889

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label Mar 23, 2024
@tannergooding
tannergooding merged commit 264e39c into dotnet:mainApr 22, 2024
@huoyaoyuan
huoyaoyuan deleted the numerics-format-3 branch April 22, 2024 19:07
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
* Cleanup DecStr formatting
* Cleanup ToNumber portion
* Clean and pool base1E9 buffer
* Split leaf span and array path
* Post cherry-pick update
* Remove unworthy positive/negative span/string split
* Use stackalloc for buffers
* Update constant usage
* Use UInt32ToDecChars
* Fix type assert
* Fix strLength
---------
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
@github-actionsgithub-actionsBot locked and limited conversation to collaborators May 23, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Numericscommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@huoyaoyuan@tannergooding