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

Add ByReference{T} Implementation #33

Open
ENikS opened this issue Aug 21, 2020 · 0 comments
Open

Add ByReference{T} Implementation #33

ENikS opened this issue Aug 21, 2020 · 0 comments
Assignees

Comments

@ENikS
Copy link
Contributor

ENikS commented Aug 21, 2020

By Reference

ByReference<T> is a little internal gem that Core uses to power Span<T>

Problem

The type is internal and heavily guarded by the runtime team (do search on the subject). The argument behind keeping it out of reach for children is that it is too dangerous and brings more harm than good.

Solution

I disagree, and looks like I am not alone. A couple of nice gentlemen in different parts of the world came up with a brilliant way to liberate that little peace of code! I am using their genius idea here to bring speed of Span<> to IoC world.

@ENikS ENikS self-assigned this Aug 21, 2020
ENikS referenced this issue in unitycontainer/abstractions Aug 21, 2020
@ENikS ENikS transferred this issue from unitycontainer/abstractions Sep 26, 2020
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

No branches or pull requests

1 participant