Simon Hardy-Francis

Results 39 issues of Simon Hardy-Francis

Yes, here's an example: * Clone and build Nim: ``` $ git clone https://github.com/nim-lang/Nim.git $ pushd ./Nim/ $ time ./build_all.sh ... real 4m24.324s $ popd $ ./Nim/bin/nim --version | egrep...

Just upgraded from an Intel to Apple Silicon MacBook and re-installed geany, but have come across the following problems: Problem geany/geany#1: Solved: Non-`+quartz` geany fails to work correct on M1...

Here's a simple program: ``` $ cat mystery.c #include #include #include #include "xxHash/xxhash.h" // export USE_FOO2=0; gcc -DUSE_FOO2=$USE_FOO2 -DXXH_INLINE_ALL -O1 -S -o mystery$USE_FOO2.s mystery.c && gcc -c -o mystery$USE_FOO2.o mystery$USE_FOO2.s...

**Describe the bug** The "reducing variance" doc [1] recommends disabling hyper threading AND pinning CPU frequency scaling. However, I tried doing this 6 different ways and discovered that pinning CPU...

**Is your feature request related to a problem? Please describe.** I'm trying to reduce variance in a benchmark, and doing all the things listed in the "reducing variance" doc, here...

I tried changing the test file to: ``` #include ... setlocale(LC_NUMERIC, ""); TPRINTF("%'llu\n", ULLONG_MAX); ``` But the output is: ``` $ make ... libc_printf("%'llu\n", ULLONG_MAX) -> 18,446,744,073,709,551,615 tfp_printf("%'llu\n", ULLONG_MAX) ->...

``` $ git clone https://github.com/jdmccalpin/low-overhead-timers.git $ cd low-overhead-timers/ $ cd LowOverheadTimersTests/ $ ./build_timer_tests.sh Intel icc compiler not found, skipping.... compiling externally linked version with gcc compiling inlined version with gcc...

I was trying to learn how fanout groups work and didn't realize until very late that nearly all fanout group applications and examples online just use a single fanout group!...

``` $ make make -f objs/Makefile make[1]: Entering directory '/home/simon/20180226-swoole-proxy/nginx-perl' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs...