salmanahmad / dog

The Dog Programming Language
http://www.dog-lang.org
Apache License 2.0
0 stars 0 forks source link

In-Memory Mode #26

Open salmanahmad opened 11 years ago

salmanahmad commented 11 years ago

Allow Dog to run without the persistent mode enabled. This means that after the applications closes, all of the data is lost and while it is running it does not incur the MongoDB overhead (200mb database initialization, disk I/O, etc.).

This could actually be useful for many utility scripts that will be needed in the Dog source tree. The more things written in Dog, the better.