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
No, it is not. @CommanderTvis started working on this, but It is not finished. I have some ideas, but it requires a lot of research to understand how it should work and what benefits it has. For example I have an idea about using a Buffer/Matrix/Tensor algebra based on manual memory layout with pooling/nogc implementation of the Memory. But sadly I have no time for it now. All ideas and contributions are welcome.
Create a separate project for low-level multiplatform memory management. Let's call it
memory.kt
.Implement several memory backends:
The following features should be present:
suspend fun Memory.borrow{ block: Memory.()->Unit}
to pass it to other code or external processThe text was updated successfully, but these errors were encountered: