Replaced isEqual for better performance
This commit is contained in:
parent
051dac127b
commit
f8ec2be6e8
2 changed files with 4 additions and 5 deletions
|
|
@ -66,10 +66,10 @@ function match (nameParts, birthDateString, threshold) {
|
|||
const birthDate = {year, month, day, date}
|
||||
|
||||
const candidate = {parts, fullName, wordValues, wordPhonetics, birthDate}
|
||||
debug_log(candidate)
|
||||
// debug_log(candidate)
|
||||
|
||||
const result = matcher.match(structs, candidate, threshold)
|
||||
debug_log(result)
|
||||
// debug_log(result)
|
||||
return result
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue