Replies: 1 comment
-
|
I don't think we'll go that far as to support partial structs or pointers, but who knows. Currently, the goal is to have convenient high-level interop for common data types, while also making it as efficient as possible (hence I'm exploring switching from JSON to binary). Though the library is fairly opinionated about what is "convenient" and "common", since I'm building it for my own projects. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@elringus
I also need to pick your brain about a type I was unable to marshall and I would love to either help or get advice :) it's a multi-file unsafe partial struct full of pointers :S
Also, I am curious if you are interested about SIMD! And Maybe .net 10 Spannable Arrays 👀
Anything in .NET 11 expected to make this stuff easier? P.S. Bootsharp is.......AMAZING
Beta Was this translation helpful? Give feedback.
All reactions