You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: