We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We introduced the new kyo-offheap module for direct memory access but it's available only on the JVM.
kyo-offheap
Given that Scala Native offers direct memory access, it seems possible to implement stubs for Java's MemorySegment and Arena.
MemorySegment
Arena
No response
The text was updated successfully, but these errors were encountered:
/bounty 200
Sorry, something went wrong.
/attempt #1053
/claim #1053
Thank you for contributing to getkyo/kyo!
Add a bounty • Share on socials
No branches or pull requests
Problem Statement
We introduced the new
kyo-offheap
module for direct memory access but it's available only on the JVM.Proposed Solution
Given that Scala Native offers direct memory access, it seems possible to implement stubs for Java's
MemorySegment
andArena
.Alternative Solutions
No response
Current Workaround
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: