Michael Ortmann
Michael Ortmann
Why not remove the cygwin compile guide from eggdrop doc and put a link to the windrop project instead? They have a good small compile guide similar to what is...
``` $ make static [...] /home/michael/projects/eggdrop/src/mod/python.mod/.././python.mod/python.c:107:(.text+0x186a): undefined reference to `Py_FinalizeEx' /usr/bin/ld: /tmp/ccwKnqUj.ltrans0.ltrans.o:(.data.rel+0x158): undefined reference to `PyType_GenericNew' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:45: link] Error 1 make[2]:...
Remove `misc.c:oatoi()`. Use `strtol()` instead Currently there is only one usage in eggdrop, and PR #1551 would remove that. This function should have never been exported via module API. "Maybe...
i exptect partyline traffic counting to count input and output traffic regarding partyline. and doing so likewise. so, when i connect to partyline via console, and i issue `.traffic` command,...
The logfile doesnt contain much information. Could you try `./configure --disable-tls` and see if that makes any difference? Ive compiled eggdrop on windows 11 and a small test was successful,...
i would like to change userfile transfer, to transfer the data via the botlink already established. opening a second tcp channel looks troublesome and harder to do right. we could...
**threaded zig 1:00.70:** ``` $ cat data/huwiki-latest-pages-meta-current.xml | /usr/bin/time -v zig/zig-out/bin/wordcount_threaded >out-zig-threaded.txt Command being timed: "zig/zig-out/bin/wordcount_threaded" User time (seconds): 61.24 System time (seconds): 4.10 Percent of CPU this job got:...
Meanwhile rust 1.81.0 got a faster sort implementation (https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#new-sort-implementations), **25% faster in this test, wow!**, and zig also got faster. C optimized from #93 is fastest, using only half the...
Faster less than string compare. New benchmarks: **threaded zig 0:52.48:** ``` $ cat data/huwiki-latest-pages-meta-current.xml | /usr/bin/time -v zig/zig-out/bin/wordcount_threaded >out-zig-threaded.txt Command being timed: "zig/zig-out/bin/wordcount_threaded" User time (seconds): 53.37 System time (seconds):...