jeromew
jeromew
@vqvu I backported `throttle`, `debounce` and `latest` + added one missing `_.` before setImmediate in test/tests. I tried to backport `pipeline` but the tests freeze with the new impl. I...
@vqvu, @LewisJEllis - I propose that we bump the master version to 2.3.0 and then rebase/merge/recreate the 3.0.0 branch what do you think ?
@caolan, for info, I just bumped the highland npm version to 2.3.0
@vqvu do you want to try to rebase 3.0.0 or else I might try do it next week.
@vqvu thanks. I started digging into it a little trying to see if I could find some performance booster (only using bench.js) There are 3 things that I tried at...
@svozza the `map` loop in the 1M case indeed seem to be helped by extruding a function like ``` js function tryCatch(fn, x) { try { return fn(x); } catch(e)...
@vqvu do you have a test somewhere regarding the stack exhaustion problem ?
I cloned your branch and get ``` .map(square) x 1,000,000 underscore ############################################################ 274ms lodash #################################### 162ms highland ############################ 126ms ``` the joy of benchmarks. inlining + tryCatch seem to improve...
@Atinux sorry to bother you again on this. For a more easily acceptable PR, I can propose you to simply add an option for the type of launch. autoExit: true/false...
Can confirm it works really well with **AMD Radeon RX 6700 XT** on windows 11 (~36 tokens/sec versus ~5.6 tokens/sec on CPU only) ! Thank you for landing the AMD...