Results 55 comments of ouvaa

really looking forward to salvo having monoio runtime

need it as fast as can be for rate limiting firewall

@jim3ma curious about the updates too been checking here https://github.com/0-haha/gnet-tls-go1-20/ and ref: https://github.com/panjf2000/gnet/issues/534 @FiloSottile i've been watching ktls progress for golang since you started the blog in 2021. this is...

@ShivanshVij u hv the code for helping to debug? but ktls is better for sure.

@fairydreaming @netspym i was wondering if you can get better performance by dividing the load for 6 cpu cores each and running mpirun on them for better performance on the...

@fairydreaming have u tried running the mpirun on the same host by splitting into using 6-8 cpu cores each mpirun instance? on the same host. i think should be much...

@fairydreaming basically i thought running within the same host should be faster than going through 1gbps line for multiple hosts. 71.57% is more efficient than the 60% u mentioned but...

@nixwl where did you add the ``` set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC") ``` i am hving the same issues too. mind helping out? thx

@JalonSolov v translate llama.cpp ``` C2V is not installed. Cloning C2V to /root/.vmodules/c2v ... Compiling c2v ... C to V translator 0.4.0 "/usr/local/src/llama.cpp" is a directory, processing all C files...

@fafhrd91 can you check this pls: trying to run the ntex tls https. is there a http2 example too? ``` (base) root@ubuntu:/usr/local/src/ntex/ntex-tls# RUST_BACKTRACE=full cargo run --example webserver Finished dev [unoptimized...