Commit Graph

1 Commits (392ee83a4a121a45c0eb2ebfbde93ee7d063e2f0)

Author SHA1 Message Date
trivernis 815bd26e51 Refactor template variable collecting and freezing
This change extracts template variable collectiong and freezing into
a different module to keep the elements module clean.
This commit also changes all Mutex'es to RwLocks to get better performance
with read-only locking (the increase is measurable even with small files).
4 years ago