Author :
Ran Benita
Date :
2012-02-24 09:59:25
Hash :ca9829ea Message :Don't cache parsed files
This needlessly occupies memory for the lifetime of the library, and
does not make a noticeable difference otherwise.
Instead, just parse the same file again when it happens.
Signed-off-by: Ran Benita <ran234@gmail.com>