parent
a2e4fc9aed
commit
f43058cab2
|
@ -1202,7 +1202,7 @@ This is not the only possible strategy, nor is it necessarily the best.
|
|||
For example, the instance checks could be memoized, especially
|
||||
if there are multiple instances of the same class type but with different
|
||||
arguments in a single match statement. It is also theoretically
|
||||
possible for a future implementation to process the case clauses in
|
||||
possible for a future implementation to process case clauses or sub-patterns in
|
||||
parallel using a decision tree rather than testing them one by one.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue