incjung
incjung
Hi, Masatoi Thank you for feedback. As you pointed, I agreed that we don't need to reimplement all lparallel parts into lfarm but only important part.
Hi, I modified `push-ntimes` macro to use `lfarm:pmapcar` ``` (defmacro push-ntimes (n lst &body body) "choose multi-process/ multi-thread/ single" (let ((var (gensym))) `(if lfarm:*kernel* (progn (format t "lfarm *kernel* :...
Hi, I have tested this lfarm version on my macbook laptop. I used `mnist.lisp` to test with 3 type test cases: 1) only lfarm 2) lfarm + lparallel 3) only...
I am suspicious of overhead during forking. Perhaps because dataset is copied to all process.