This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
fastjson-1.1.51.android发布,继续提升性能
wenshao
released this
01 May 14:42
·
3265 commits
to master
since this release
性能改进
- 解决之前版本(1.1.47.android~1.1.50.android)反序列化存在大量转义字符的文本时性能较低的问题。
- 优化int/long类型读取的性能
- 优化key读取的性能
- 优化了BeanToArray模式的性能
通过各种办法优化,在1.1.51.android版本中,比目前主流采用1.1.46.android性能提升明显,在实际生产环境的case中,耗时只用原来的40%不到。
功能增强
- 支持类型为Collection/Map并且final只读的字段反序列化