Increase LRU cache size for parse_expansion and macro_expand queries

This commit is contained in:
Lukas Wirth 2023-04-22 10:35:40 +02:00
parent f2295cda42
commit 6253fc031b
3 changed files with 12 additions and 7 deletions

View file

@ -115,6 +115,7 @@ impl AstIdMap {
}
}
}
res.arena.shrink_to_fit();
res
}