Alf-André Walla

Results 95 comments of Alf-André Walla

Needs to be connected to a pseudo terminal so we can read and write to the running service

if serial uses legacy IRQs then yes, add enable to serial constructor

LLVM has its own linker called `lld` which we should be using, found here: http://lld.llvm.org/ LLVM lld boasts faster speeds which could mean bigger memdisks might not be so annoying...

Probably needs to test send queues, otherwise kinda useless test.

We have two servers connected with a dual-port 200Gbit mellanox interface. One is an intel dual-socket 26-core Intel Xeon Gold, and the other is a dual-socket 48-core AMD EPYC. So,...

I made a feeble attempt at allowing the same port to be bound twice within Drogon, but I have a suspicion that threads are somehow tied to ports as a...

We have a new Intel server, and this is a repeatable synthetic benchmark: ``` $ ./wrk -c 520 -t 520 -d 15s http://192.168.0.10:8080/ Running 15s test @ http://192.168.0.10:8080/ 520 threads...

There is a test now, even though it's not perfect

I have implemented a few vector instructions, and it's working great. Memory operations are much faster.

No, I haven't actually run any of that with the emulator. I've only been using selected programs that I've written myself inside it, although it's a great number. I do...