My favorites | Sign in
Google
Projects on Google Code Results 1 - 2 of 2
= Fast Reflection = java refleciton api 可以让程序变得灵活,但是速度影响很大,fast Refleciton 可以解决这个问题 == 速度 == Fast Reflction 在我的测试中所花的时间大约是javaReflection所花时间的*10%-20%* == 用法 == {{{ public static void main(String args[]) { try { int N = 100000000; FastReflect fr = new FastReflect(); Method m...
=Pxbioc= 是一个类似于[http://code.google.com/p/google-guice/ google-guice]的ioc容器 ==优势== # 自身低耦合 * 使用一个内部ioc容器构造自己(MiniContainer). # 高效 * 使用动态生成字节码方式替代java reflection api.比guice快,spring更别提了 # 轻量级 * 包大小<200k == 0.0.2版新功能== # maven2 管理 # 增加了lifeCycle机制 # 完善了MiniContainer,使其可以脱...