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

Incorporate Span<T> and Memory<T> when marshaling large memory buffers #11

Open
Oceanswave opened this issue Dec 14, 2017 · 1 comment

Comments

@Oceanswave
Copy link
Member

The intrinsic ChakraCore data types appear to support very large arrays > 2gb traditional .net limit, however, we've been limited to using byte[Int32.MaxValue] when marshaling them between ArrayBuffers, Strings and so forth.

We can probably leverage the new Memory object in C# 7.2 to get really big data sets in/out.

@Oceanswave
Copy link
Member Author

Deferring until System.Memory gets out of preview.

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

1 participant