Anton Smirnov
Anton Smirnov
@jcmvbkbc Well, regular android app on Android 10 can't put files to `/data/local/tmp` (i've just checked and got `AccessDeniedException`) so this workaround does not work. That's still strange that some...
@jcmvbkbc Ok, so what's the plan? I can prepare a simple app that extracts the sdk and compiles the final binary for the testing, if it helps.
@evgw any update on it? having the same issue for canadian cross
+1 for `saveFile` for Android
Hey, i'm also interested in it. I've just measured node.js vs graalvm's node performance and the latter is 10-20x slower. Any possible reason or optimizations turned off? I think i...
Hi, Thomas. Thanks for reply. It's rough time of execution in millis of exactly the same code on node and graalvm's node (startup time excluded from measurement). It includes processing...
[graalvm-bechmark.zip](https://github.com/graalvm/graaljs/files/3510646/graalvm-bechmark.zip) Just run `run.sh` with node on PATH: ./run.sh or graalvm node on PATH, eg: PATH=/Users/asmirnov/Documents/dev/src/graalvm-ee-19.1.1/Contents/Home/bin:$PATH ./run.sh It will clone required JS code, prepare data and run benchmarking, see actual...
Hey. Thanks for the update. > caching in the code Yup, there is some caching and i can modify it to avoid side effect of caching for better benchmarking. >...
@thomaswue > Our target is to be at least comparable speed or better for any workload. This is a longterm target however and we aren't there yet for Node.js applications....
I can confirm i'm able to run gRPC server on android device (though with some minor hacks like using directly `NettyServerBuilder`). Haven't tried with TLS so far