• Show log

    Commit

  • Hash : be30387e
    Author : Edward Thomson
    Date : 2016-02-25T16:05:18

    iterators: refactored tree iterator Refactored the tree iterator to never recurse; simply process the next entry in order in `advance`. Additionally, reduce the number of allocations and sorting as much as possible to provide a ~30% speedup on case-sensitive iteration. (The gains for case-insensitive iteration are less majestic.)