Steven Cheng
Steven Cheng
As title, current `shecc` didn't support "#ifdef ... #else ... #endif".
The way recent `shecc` evaluating local expression is generating relative arithmetic instruction and calculating in run-time. I think we can change the scheme into **evaluating in compile time**. Although it...
There's a test case: ``` a = 1 + (2 + (3 + (4 + (5 + (6 + (7 + (8 + (9 + (10 + (11 + (12...
Hi, I try to build latest Seastar on AWS EC2 instance (c6gn.xlarge), which uses arm64 architecture. There're some error after configuring like: `./configure.py --mode=release --enable-dpdk`: ``` FAILED: _cooking/ingredient/dpdk/stamp/ingredient_dpdk-install /home/ubuntu/seastar/build/release/_cooking/ingredient/dpdk/stamp/ingredient_dpdk-install cd...
Hi, recently I tried to benchmark Redis with TLS loads. The server is built with the following commands: ``` # in redis-7.0.5 make BUILD_TLS=yes # generate certificate ./utils/gen-test-certs.sh ``` memtier_benchmark...
Hello, thanks for your example code and blog post. I execute the program `udp-read` with argument `--async --threads 2 --rings 1` However, I always get `Error: Invalid argument (os error...
[lighttpd v1.4.64](https://www.lighttpd.net/2022/1/19/1.4.64/) was released on Jan 19, 2022. It is time to migrate the new codebase for evaluation purpose.
As stated in #21 , multi-worker Nginx is not available. We should extend the applicability by changing the patch file. (option `worker_processes` in config file determine the number of workers)
In current ESCA, it is only available in single-thread application. It is time to extend ESCA to support multi-thread applications. The expected implementation would be similar with [SAIO](https://github.com/eecheng87/SAIO). Following is...
As stated in #21 , multi-worker lighttpd is not available. We should extend the applicability by changing the patch file. (option `server.max-worker` in config file determine the number of workers)