Treyzania
Treyzania
Partially done in #30.
Aaaand I'm just now realizing that I made an comment on an issue not unlike this a while back, except I was advocating for doing it dynamically at runtime using...
Well *I* would design some kind of `LibJvm` struct that contains `&Fn`s from symbols extracted from the library. But again, this is slower and more complicated than doing the "normal"...
Made some progress on this in #29. Still need to run ```sh export LD_PRELOAD=/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so ``` which is a huge pain in the ass. There's a way to get around this...
@kud1ing I'm a bit late to this party, but I would assume that we could restructure the APIs a bit so that we *always* return a `Mutex` or some preferably...
Would it really be a bad thing to change the return type to add a `Sched(...)` option? It obviously would break existing code trying to upgrade, but Rustler isn't at...
Copying what I posted in the Sponge discord earlier today as it's somewhat relevant to this discussion: > Here's an idea for API 8. Give APIs for dedicated data and...