brendanzab / moniker

Automagical variable binding library for Rust
Apache License 2.0
67 stars 7 forks source link

Reduce retreversals for Nest type #56

Closed brendanzab closed 6 years ago

brendanzab commented 6 years ago

I've been noticing Pikelet's prelude starting to get a little slow, so I've done a little optimization work to reduce some of the re-traversals we do on the Nest type. There's still more we can do (see #10 and #21), but it's a start!