[ANN] faster message-digest

2021-09-08 Thread Kon Lovett
to anyone* using the message-digest “suite” the new release shows a decent speedup of course this does nothing for the dependency bloat * P{user(message-digest)} x [user] ~ 1 ;-) - macOS 11.5.2 w/ 3.2 GHz 6-Core Intel Core i7 csc md-v-simple.scm -Dfile -Dsimple -o simple-file csc

Re: Windows vs Linux Performance, windows host 4-6x slower than linux guest vm

2021-09-08 Thread Mario Domenech Goulart
On Mon, 6 Sep 2021 21:25:48 +0100 Mark Fisher wrote: > The compilation options enable instrumentation-based profiling. There's > statistical profiling available when running executables with -:p which > might give you more useful data (see >

Re: Windows vs Linux Performance, windows host 4-6x slower than linux guest vm

2021-09-08 Thread Mark Fisher
Actually, this is slightly incorrect, the libchicken is coming from a different place, it should be the windows version I built, ldd found the wrong one as I was running it with msys2/mingw64 chicken build on the path instead of the one being used in my windows env, but that's still the only

Re: Windows vs Linux Performance, windows host 4-6x slower than linux guest vm

2021-09-08 Thread Mark Fisher
> But to what libraries is Chicken linked in each case? That could be the > source of the discrepancy (does Chicken link to Windows-specific libs > when compiled for Windows? Or different versions of libraries?) $ ldd /c/Users/markj/dev/lisp/chicken/aoc-chicken/build/advent2015.exe