Skip to content
  • Victor Lowther's avatar
    feat(extents): Optimize extent memory management · d4395e9a
    Victor Lowther authored
    It turns out that allocating and releasing extents in memory
    generates a lot of garbage.  Use a set of pools to optimize allocation and
    deallocation for common extent handling routines.
    
    While we are at it, hide some common types that the filesystems
    should not try to introspect on.
    d4395e9a