• T
    More granular locking of the Resolver template cache · 719b008f
    Tom Clarke 提交于
    In order to avoid holding a global lock when doing template
    resolution, instead add individual locks on a per cache entry
    basis. The global lock is now only used for manipulation of the main
    cache data structure.
    719b008f
resolver.rb 9.8 KB