Right now mimosa-require needs all files to be processed with each startup so that it can build a dependency graph. If the needed information is kept on the file system, then when mimosa starts up, it can get it from there rather than need to reprocess all the code. Initial tests have this changing my 300-350 file work application's startup from 15-25 seconds to 2-4 seconds.
Right now mimosa-require needs all files to be processed with each startup so that it can build a dependency graph. If the needed information is kept on the file system, then when mimosa starts up, it can get it from there rather than need to reprocess all the code. Initial tests have this changing my 300-350 file work application's startup from 15-25 seconds to 2-4 seconds.
/win