const RULE_TREE_GC_INTERVAL: usize = 300;
Expand description

The number of RuleNodes added to the free list before we will consider doing a GC when calling maybe_gc(). (The value is copied from Gecko, where it likely did not result from a rigorous performance analysis.)