David Yu

Results 66 comments of David Yu

``` dotnet csharp_hello.exe A fatal error was encountered. The library 'libhostpolicy.so' required to execute the application was not found in '/data/dyu/dev/gh/ffi-overhead/'. Failed to run as a self-contained app. If this...

Yes I installed using those exact steps. No csharp_hello.runtimeconfig.json present.

Anyone want to have a crack at it? (PR)

@alexhultman ```diff diff --git a/jhello/jhello_Hello.c b/jhello/jhello_Hello.c index decadf9..cc4b868 100644 --- a/jhello/jhello_Hello.c +++ b/jhello/jhello_Hello.c @@ -18,8 +18,8 @@ JNIEXPORT jint JNICALL Java_jhello_Hello_plus JNIEXPORT jint JNICALL Java_jhello_Hello_plusone (JNIEnv *env, jclass clazz, jint...

Hey @munificent Good idea. That can be implemented as a flag from extra cli args. Maybe having 10 ffi calls per loop might be better? (easier to digest) I like...

Well, more like your original suggestion (chaining) but with 10 calls instead of 5. ``` while (x < count) { x = FFI.plusone( FFI.plusone( FFI.plusone( FFI.plusone( FFI.plusone( FFI.plusone( FFI.plusone( FFI.plusone(...

Have you tried? ``` /usr/bin/google-chrome --app=$url ```

+1. like memcached's compare-and-set

Was a bout to request for the protocol docs. Thanks in advance ahiguti!