首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 重量轻,易于使用的java对象关系映射框架。

重量轻,易于使用的java对象关系映射框架。

资 源 简 介

Basic introduction& Background This is a light weight and easy to use Java Object Relation Map framework. Especially optimized for speed and multi-thread environments. The initialization goal of design is that reduce conflict of Android SQLite based content provider under multi-thread environment. Due to the lock mechanism of SQLite, the concurrency performance of SQLite is very poor. for example that if do 5000 insert and 100 query in 3 threads, sometimes the total time will up to 30 minutes. The main cause of poor performance is that SQLite takes database level lock during writing. Any ongoing changes will lock whole database and block any other operation to go. So the original SQLite is not designed to multi-thread intensive usage environment. If so the performance will be dramatically drag down. This framework resolves the performance issue of SQLite by creating an in-memory cache of object and applying smart database writing in back ground. ## Th

文 件 列 表

TestFastOrm
.classpath
.project
AndroidManifest.xml
default.properties
proguard.cfg
lib
jackson-core-lgpl-1.8.3.jar
res
drawable-hdpi
icon.png
src
org
yelsky
fastorm
test
DatabaseHelper.java

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.178448s