Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Jul 11, 2015
1 parent 1df608a commit edeec61
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
*.class

.idea/*
build/*
.gradle/*
*.iml

# Mobile Tools for Java (J2ME)
.mtj.tmp/

Expand Down
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@ pkvdb2.get("Key");
### Current version 当前版本

##### 0.8.2 (Library 库) / 0.8 (Demo 演示)
##### 0.9.1 (Library 库) / 0.8 (Demo 演示)

### Features 特性
* Package name is changed to ``` com.github.sumimakito.quickkv ``` 包名已变更为 ``` com.github.sumimakito.quickkv ``` (0.9+)

* Use MaglevIO to improve reading speed 使用 MaglevIO 提升数据库读入速度 (0.9+)

* Support async method for heavy operations 支持繁重操作的异步执行 (0.8.1+)

Expand All @@ -83,16 +86,12 @@ pkvdb2.get("Key");

### TODO 任务与目标

* 为提交至中心仓库,包名将变更为 ``` com.github.sumimakito.quickkv ```

* 数据库文件读入使用 MaglevIO (原RapidIO)
* 提交至中心仓库

* 数据分级缓存机制

* 解决超大数据库文件读入OOM问题

* 文档部分将单独分区展示

* Make it better and better 使它变得越来越好

### Download 下载
Expand Down Expand Up @@ -323,6 +322,14 @@ qucikKv.isDatabaseOpened("dbAlias");

* Json-smart-v2 (Apache License 2.0) https://code.google.com/p/json-smart/

### Donate 捐赠

如果您觉得我的项目还不错,欢迎捐赠,您的支持会使我的项目做得更好,并助我走得更远,感谢。

![Alipay QRCode](https://raw.githubusercontent.com/SumiMakito/StaticStorage/master/Image/ali_qr.png)

使用 支付宝 扫描上面的二维码

### Copyright & License 版权信息与授权协议

Copyright © 2014-2015 Sumi Makito
Expand Down

0 comments on commit edeec61

Please sign in to comment.