Commits

John McCall committed 81b27c210b5
Permit ConcurrentMap to be templated over an allocator and move MetadataCache's allocator into it. The major functional change here is that MetadataCache will now use the slab allocator for tree nodes, but I also switched the Hashable conformances cache to use ConcurrentMap directly instead of a Lazy<ConcurrentMap<>>.