Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Changing Number.BigInteger and Number.NumberBuffer to directly use fixed-sized buffers #20371

Merged
merged 2 commits into from
Oct 11, 2018
Merged

Changing Number.BigInteger and Number.NumberBuffer to directly use fixed-sized buffers #20371

merged 2 commits into from
Oct 11, 2018

Conversation

tannergooding
Copy link
Member

C# 7.3 added support for accessing fixed-sized buffer indices without needing to pin the data first, which allows us to remove most of the helper methods we were using here.

@tannergooding
Copy link
Member Author

CC. @jkotas

@tannergooding tannergooding merged commit a8e724d into dotnet:master Oct 11, 2018
sandreenko pushed a commit to sandreenko/coreclr that referenced this pull request Nov 2, 2018
…xed-sized buffers (dotnet#20371)

* Moving Number.BigInteger to directly use a `fixed-sized buffer`

* Moving Number.NumberBuffer to directly use a `fixed-sized buffer`
A-And pushed a commit to A-And/coreclr that referenced this pull request Nov 20, 2018
…xed-sized buffers (dotnet#20371)

* Moving Number.BigInteger to directly use a `fixed-sized buffer`

* Moving Number.NumberBuffer to directly use a `fixed-sized buffer`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants