-
Notifications
You must be signed in to change notification settings - Fork 716
Idea Backlog
Remo H. Jansen edited this page Aug 3, 2016
·
16 revisions
Here you can find some ideas that might be implemented in the future:
- Development tool to dump-resolve all dependencies in production.
- Better caching for Node.js apps.
let kernel = new Kernel();
kernel.applyCacheProvider();
kernel.bind<T>("T").to(T).withCache({ stdTTL: 100, checkperiod: 120 });
- Performance audit using flame charts.
- Worker & Request scope
- Compiler generated metadata.