Foreign Memory.kt implementation #98
No reviewers
Labels
No Label
bug
dependencies
discussion
documentation
duplicate
feature
good first issue
misc
performance
question
test
use case
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kscience/kmath#98
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "foreign-memory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a draft of Foreign API memory implementation. Needs JDK 14 with jdk.incubator.foreign module.
ForeignMemory#copy function is terrible because it is int-limited (since it uses ByteArray).
closes #83
Doesn't even work. Tested on http://jdk.java.net/14/.
It seems, we have to wait until Kotlin supports JDK 15.
Migrated to Space
Pull request closed