Consult-locate uses consult--default-regexp-compiler? #1304
Answered
by
minad
abdulnafe-t
asked this question in
Q&A
|
Hello, I'm back with yet another question. I noticed that the I ask because I would like to be able to customize the regex compiler for Thanks in advance! |
Answered by
minad
Mar 25, 2026
Replies: 1 comment 4 replies
|
Locate usually doesn't support regular expressions since it uses an index. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, some locate implementations do. But in this case, the index is not used and the benefit of locate is mostly gone. You go from instantaneous to O(n).