Variable: dash--short-list-length
dash--short-list-length is a variable defined in dash.el.
Value
32
Documentation
Maximum list length considered short, for optimizations.
For example, the speedup afforded by hash table lookup may start to outweigh its runtime and memory overhead for problem sizes greater than this value. See also the discussion in PR #305.
Source Code
;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
(defvar dash--short-list-length 32
"Maximum list length considered short, for optimizations.
For example, the speedup afforded by hash table lookup may start
to outweigh its runtime and memory overhead for problem sizes
greater than this value. See also the discussion in PR #305.")