Update article_convert.html
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</p>
|
||||
<p>Convert 的性能</p>
|
||||
<p>
|
||||
一切不谈性能的框架都是在耍流氓!下面以JSON为例,与其他主流的JSON框架做个简单的性能比较(测试环境: DELL的普通笔记本),fastjson一直号称是Java性能最好的JSON解析框架,其使用Benchmark是 <a href="https://github.com/eishay/jvm-serializers/wiki" target="_blank">https://github.com/eishay/jvm-serializers/wiki</a>,Redkale根据该数据编写了<a href="https://github.com/redkale/redkale/tree/master/src/test/java/org/redkale/test/convert/media" target="_blank">MediaContent</a>类。实例由MediaContent.createDefault()方法所得。
|
||||
一切不谈性能的框架都是在耍流氓!下面以JSON为例,与其他主流的JSON框架做个简单的性能比较(测试环境: DELL的普通笔记本),fastjson一直号称是Java性能最好的JSON解析框架,其使用Benchmark是 <a href="https://github.com/eishay/jvm-serializers/wiki" target="_blank">https://github.com/eishay/jvm-serializers/wiki</a>,Redkale根据该数据编写了<a href="https://github.com/redkale/redkale/tree/master/test/org/redkale/test/convert/media" target="_blank">MediaContent</a>类。实例由MediaContent.createDefault()方法所得。
|
||||
</p>
|
||||
<p style="text-align: center;"><img src="images/convertimg_2.png" alt=""/></p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user