Dispatch
Details
- The use of Dispatch will never affect results that are obtained, but may make the application of long lists of rules much faster.
- Lists of rules are usually scanned sequentially when you evaluate an expression like expr/.rules. Rules such as a[1]->a1 and a[2]->a2, which cannot simultaneously apply, need not both be scanned explicitly. Dispatch generates a dispatch table which uses hash codes to specify which sets of rules need actually be scanned for a particular input expression.
- Lists of rules produced by assignments made with = and := are automatically optimized with dispatch tables when appropriate.
- Dispatch is treated as a raw object by functions like AtomQ and for purposes of pattern matching.
- Normal converts a Dispatch to a list of rules.
Examples
open allclose allBasic Examples (2)
Create a dispatch table from a list of rules:
The result after replacements is the same:
Dispatch may be much faster for a long list of rules:
Scope (2)
Wolfram Research (1991), Dispatch, Wolfram Language function, https://reference.wolfram.com/language/ref/Dispatch.html.
Text
Wolfram Research (1991), Dispatch, Wolfram Language function, https://reference.wolfram.com/language/ref/Dispatch.html.
CMS
Wolfram Language. 1991. "Dispatch." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Dispatch.html.
APA
Wolfram Language. (1991). Dispatch. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Dispatch.html