Cache head constructor in PatStack
Since the constructor is recomputed a lot, caching is worth it.
This commit is contained in:
parent
833089fbc9
commit
1190e7275c
2 changed files with 63 additions and 68 deletions
|
@ -9,6 +9,7 @@
|
|||
#![feature(control_flow_enum)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(once_cell)]
|
||||
#![feature(or_patterns)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue