https://github.com/JuliaLang/julia
Revision 36efff9be370cd4741040e4bd7684e9a1c7387bf authored by Jameson Nash on 12 November 2020, 19:28:27 UTC, committed by GitHub on 12 November 2020, 19:28:27 UTC
With the "ndisjoint" fast-path, we need to fully verify each item before
considering the next. This ensures we do not over count the number of
matches after consideration of ambiguities. It also lets us count the
disjoint cases less conservatively, and leads to a minor speed up when
computing certain ambiguities.

Fixes #38280
1 parent 5b2dffa
History
Tip revision: 36efff9be370cd4741040e4bd7684e9a1c7387bf authored by Jameson Nash on 12 November 2020, 19:28:27 UTC
ml-matches: fix table scan ordering for fast-path (#38369)
Tip revision: 36efff9
File Mode Size
.devcontainer
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 292.0 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 47.6 KB
Makefile -rw-r--r-- 27.5 KB
NEWS.md -rw-r--r-- 18.3 KB
README.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top