merged branch fabpot/filesystem-optimizations (PR #1155)
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 4 Aug 2013 13:01:03 +0000 (15:01 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 4 Aug 2013 13:01:03 +0000 (15:01 +0200)
commit5402a658d583c3d6501fa62f20fa1068163b6558
tree2e89e3c582e3172e59c2d3039c6e228e198af395
parentce502dc7b68488ad28203f979d06d902a5e0dcff
parentd2b97b49f240efb453e75558f00e17ccb1d915c5
merged branch fabpot/filesystem-optimizations (PR #1155)

This PR was merged into the master branch.

Discussion
----------

optimized the filesystem loader

* added a cache for templates that do not exist
* sped up Filesystem::exists() by avoiding the creation of exceptions

closes #1096

Commits
-------

d2b97b4 optimized the filesystem loader
CHANGELOG