IRC channel logs
2026-06-29.log
back to list of logs
<old>sneek: later tell ekaitz if guile is using more CPU time than expected for a single-threaded application, this is because of: Finalizer threads. Signal dispatcher threads. GC threads. <old>sneek: later tell ekaitz you can't get rid of the first two AFAIK, but you can restrict the GC threads like so: GC_NPROCS=1 <rlb>ekaitz: hmm, if you're on linux, wonder if "taskset -c 1 ..." might do what you want. Or did someone else already mention that?