Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
The community reviewed whether to reopen this question 2 years ago and left it closed:
Original close reason(s) were not resolved
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
事情比我预想的要好得多。我现在有一部 Android 手机(HTC Desire,Android 2.2),我进行了第一次测试。
到目前为止,打开和关闭数据库相对较慢(第二次打开现有数据库需要 0.2 秒,关闭大约 0.2 秒),但除此之外,即使 Dalvik VM 尚未达到预期,H2 在 Android 上的表现也相当不错作为桌面 JVM 进行了优化。现在给出具体数字还为时过早,但 Android 现在是受支持的平台。
Things are much better than I have expected. I now have an Android phone (HTC Desire, Android 2.2) and I made a first test.
Opening and closing a database is relatively slow so far (opening an existing database for the second time takes 0.2 seconds, closing about 0.2 seconds), but otherwise it looks like H2 performs quite well on Android, even if the Dalvik VM is not yet as optimized as a desktop JVM. It's too early to give concrete numbers, but Android is now a supported platform.