Further optimization
This commit is contained in:
parent
162e10d259
commit
87d7e6df8a
|
@ -249,7 +249,7 @@ async function main() {
|
|||
_.every(
|
||||
tableData,
|
||||
(otherDatum) =>
|
||||
otherDatum.pruned || !otherDatum.deps.includes(datum.id)
|
||||
otherDatum.couldPrune || !otherDatum.deps.includes(datum.id)
|
||||
)
|
||||
) {
|
||||
datum.pruned = true;
|
||||
|
|
Loading…
Reference in New Issue