Performance¶ Performance optimization tips and benchmarks. Query Compilation¶ Large Datasets¶ Memory Management¶ Benchmarks¶ // Optimize repeated queries const activeQuery = { active: true }; const result = collection.filter(activeQuery); Was this page helpful? Thanks for your feedback! Thanks for your feedback! Help us improve this page by opening an issue.