File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# jsoup Changelog
2
2
3
- ## 1.18.2 (Pending )
3
+ ## 1.18.2 (2024-Nov-27 )
4
4
5
5
### Improvements
6
6
7
7
* Optimized the throughput and memory use throughout the input read and parse flows, with heap allocations and GC
8
8
down between -6% and -89%, and throughput improved up to +143% for small inputs. Most inputs sizes will see
9
- throughput increases of ~ 20%. These performance improvements come through recycling the backing byte[ ] and char[ ]
9
+ throughput increases of ~ 20%. These performance improvements come through recycling the backing ` byte[] ` and ` char[] `
10
10
arrays used to read and parse the input. [ 2186] ( https://github.com/jhy/jsoup/pull/2186 )
11
11
* Speed optimized ` html() ` and ` Entities.escape() ` when the input contains UTF characters in a supplementary plane, by
12
12
around 49%. [ 2183] ( https://github.com/jhy/jsoup/pull/2183 )
You can’t perform that action at this time.
0 commit comments