ibis icon indicating copy to clipboard operation
ibis copied to clipboard

perf(dask): use global functions instead of lambdas where possible

Open kszucs opened this issue 1 year ago • 0 comments

          When possible, it's better to use top-level functions instead of lambdas for cheaper pickling of tasks. This is probably negligible here, but it's good to keep in mind.

Originally posted by @jcrist in https://github.com/ibis-project/ibis/pull/8005#discussion_r1473084588

kszucs avatar Feb 01 '24 20:02 kszucs