Initial prototype of caching parsed source code.
At the moment the cache is just saved to .cache/ in current dir. The parsed data is serialized into binary format using Marshal, which correctly preserves all the data types and is additionally really fast. Refs #446
Loading
Please register or sign in to comment