wenshao
71f84e59bb
optimize readString
2025-02-12 19:58:20 +08:00
wenshao
4099158a68
add benchmark
2025-02-12 14:10:47 +08:00
wenshao
f6fd8366c5
optimize readString
2025-02-12 12:30:22 +08:00
wenshao
3151acc73e
bug fix
2025-02-12 09:27:11 +08:00
wenshao
da819ac21d
Revert "JSONReader benchmark update"
...
This reverts commit c1f04bb0f7519863df1e8cef8944ef32bdc225bf.
2025-02-12 09:25:26 +08:00
wenshao
e324e9d900
Revert "bug fix"
...
This reverts commit e03294f2a186fe77d82640f1f9deaff63b2a6099.
2025-02-12 09:25:18 +08:00
wenshao
e03294f2a1
bug fix
2025-02-12 05:33:10 +08:00
wenshao
c1f04bb0f7
JSONReader benchmark update
2025-02-12 05:11:45 +08:00
wenshao
5342987d97
optimize isLatin1
2025-02-11 20:19:19 +08:00
iAmClever
67650b4e75
bugfix:fixed concurrent modification modules exception for issue #3311
2025-02-11 19:46:35 +08:00
wenshao
648b711447
simplify
2025-02-11 19:27:12 +08:00
wenshao
8bd3b64960
check style
2025-02-11 19:23:30 +08:00
wenshao
15d8df3c2d
deduplicate JSONReader#of
2025-02-11 17:32:22 +08:00
wenshao
096ee76a2e
optimize bound check
2025-02-11 09:55:08 +08:00
wenshao
6cb54782ca
code style
2025-02-11 09:33:31 +08:00
wenshao
f3a42541ca
fix build error
2025-02-11 09:33:02 +08:00
wenshao
0ffeb2742d
optimize JSONReader for JDK8
2025-02-11 08:58:40 +08:00
wenshao
cc5884f0a2
optimize digitN
2025-02-11 05:17:31 +08:00
wenshao
4d19e9f82f
optimize jsonb
2025-02-10 14:32:10 +08:00
wenshao
d05d0df1aa
add benchmark
2025-02-10 05:15:24 +08:00
wenshao
7b77ba2309
escapeIndex
2025-02-09 23:18:22 +08:00
wenshao
ddbc2722dc
512K
2025-02-09 22:59:17 +08:00
wenshao
3264f23dee
update using
2025-02-09 22:17:21 +08:00
wenshao
28f46047dc
fix document
2025-02-09 18:55:32 +08:00
wenshao
177f40dabb
skip @typ
key for feature DuplicateKeyValueAsArray, for issue #3284
2025-02-09 18:48:33 +08:00
wenshao
10e4381032
bug fix for parse from single item array, for issue #3276
2025-02-09 15:57:42 +08:00
wenshao
3cb9068b4f
fix kotlin support, for issue #3288
2025-02-09 15:28:36 +08:00
wenshao
5b34823b40
optimize read csv
2025-02-09 14:40:29 +08:00
wenshao
c033ccf6c6
code style
2025-02-06 23:36:56 +08:00
wenshao
c3e7eebd5b
fix testcase
2025-01-31 19:49:18 +08:00
wenshao
3b476a50a7
digit2 use multi 10
2025-01-30 16:42:23 +08:00
CodePlayer
3016e80649
Improve some code, fix some bugs ( #3320 )
...
* Unified setting file encoding to UTF-8
* Fix issue#3283
* Aligning with new features of JDK8
* Simply some redundant code
* Improve Map handle performance
* Fix some potential bugs
* Improve some String processing performance
* Remove unnecessary protected modifier from final classes, because they are NOT inheritable
* Aligning with new features of JDK8
* Optimize FastJsonJsonView
* Fix conditional branch duplication
* Revert "Unified setting file encoding to UTF-8"
This reverts commit 66f1238da8371886a38473dbe8d5374e87e85381.
2025-01-25 15:06:57 +08:00
wenshao
e77736f838
Revert "Improve some code, fix some bugs ( #3317 )"
...
This reverts commit 0a0014b5fc7c8e7cfdd928dbf7cab6810e14097a.
2025-01-25 01:21:53 +08:00
CodePlayer
0a0014b5fc
Improve some code, fix some bugs ( #3317 )
...
* Unified setting file encoding to UTF-8
* Fix issue#3283
* Aligning with new features of JDK8
* Simply some redundant code
* Improve Map handle performance
* Fix some potential bugs
* Improve some String processing performance
* Remove unnecessary protected modifier from final classes, because they are NOT inheritable
* Aligning with new features of JDK8
* Optimize FastJsonJsonView
* Fix conditional branch duplication
2025-01-25 00:11:21 +08:00
Shaojin Wen
05459cff13
optimize DateUtils ( #3313 )
...
* optimize DateUtils
* bug fix
* optim writeUUID
2025-01-25 00:00:29 +08:00
Shaojin Wen
3cb8ff1954
Swar 20250123 ( #3310 )
...
* fail fast
* fail fast
* optimize parseDate
* bug fix
* check style
* ymd
* formatComplex
* optimize parseTime
* optimize lines
* optimize writeFloat
2025-01-24 07:55:12 +08:00
yanxutao89
1e204022d2
fix build error for jdk 22
2025-01-23 02:05:37 +08:00
wenshao
aa952554d6
bug fix
2025-01-23 01:11:49 +08:00
wenshao
95185812f1
codestyle
2025-01-23 01:03:46 +08:00
wenshao
f495ee7fa9
add benchmark
2025-01-23 01:01:08 +08:00
wenshao
6d754e8500
fix testcase
2025-01-23 00:39:46 +08:00
lsl
a2c49087f5
fix:metaspace内存持续上涨
2025-01-23 00:22:22 +08:00
Shaojin Wen
4e2476c6dd
Swar 20250120 ( #3305 )
...
* isASCII
* swar
* isASCIIChar
* codestyle
* fix build error
* fix build error
* add IOUtilsBench
* optimize isASCII
* remove unused code
* add benchmark
* bug fix
2025-01-22 20:55:27 +08:00
wenshao
402d21df78
Revert "metaspace内存持续上涨 ( #3299 )"
...
This reverts commit a15a7fcda5ccf55d7c0017e03b00bda1525d1dc1.
2025-01-22 20:21:37 +08:00
wenshao
831bb9152b
Revert "fix code style"
...
This reverts commit 9381547af19f45dfbc838d16de7613e222b0c1d3.
2025-01-22 20:21:33 +08:00
wenshao
9381547af1
fix code style
2025-01-22 20:08:40 +08:00
李世林
a15a7fcda5
metaspace内存持续上涨 ( #3299 )
...
* metaspace内存持续上涨
* 重复加载testcase
* Update ObjectWriterProviderTest.java
2025-01-22 13:44:50 +08:00
Shaojin Wen
2978489509
simplify containsEscaped ( #3295 )
...
* simplify containsEscaped
* use getLongUnaligned
* code style
* add comments
* code style
2025-01-20 00:47:47 +08:00
dependabot[bot]
2690540640
Bump org.apache.dubbo:dubbo from 3.2.15 to 3.3.2
...
Bumps [org.apache.dubbo:dubbo](https://github.com/apache/dubbo ) from 3.2.15 to 3.3.2.
- [Release notes](https://github.com/apache/dubbo/releases )
- [Changelog](https://github.com/apache/dubbo/blob/3.3/CHANGES.md )
- [Commits](https://github.com/apache/dubbo/compare/dubbo-3.2.15...dubbo-3.3.2 )
---
updated-dependencies:
- dependency-name: org.apache.dubbo:dubbo
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-19 22:40:40 +08:00
dependabot[bot]
34e10fb980
Bump org.gaul:modernizer-maven-plugin from 2.9.0 to 3.0.0 ( #3280 )
...
Bumps [org.gaul:modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin ) from 2.9.0 to 3.0.0.
- [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases )
- [Commits](https://github.com/gaul/modernizer-maven-plugin/compare/modernizer-maven-plugin-2.9.0...modernizer-maven-plugin-3.0.0 )
---
updated-dependencies:
- dependency-name: org.gaul:modernizer-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-19 22:40:23 +08:00