• Show log

    Commit

  • Hash : ed970748
    Author : Carlos Martín Nieto
    Date : 2015-11-14T23:50:06

    tree: pool the entry memory allocations These are rather small allocations, so we end up spending a non-trivial amount of time asking the OS for memory. Since these entries are tied to the lifetime of their tree, we can give the tree a pool so we speed up the allocations.