-
Notifications
You must be signed in to change notification settings - Fork 723
Idea Backlog
Remo H. Jansen edited this page Jun 28, 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 scope.
- Request scope this could be an additional way to support a hierarchical dependency injection system.
- Compiler generated metadata.