Skip to content

Commit

Permalink
Note 1.18.2 release date
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Nov 27, 2024
1 parent 2a174dc commit f6e82f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# jsoup Changelog

## 1.18.2 (Pending)
## 1.18.2 (2024-Nov-27)

### Improvements

* Optimized the throughput and memory use throughout the input read and parse flows, with heap allocations and GC
down between -6% and -89%, and throughput improved up to +143% for small inputs. Most inputs sizes will see
throughput increases of ~ 20%. These performance improvements come through recycling the backing byte[] and char[]
throughput increases of ~ 20%. These performance improvements come through recycling the backing `byte[]` and `char[]`
arrays used to read and parse the input. [2186](https://github.com/jhy/jsoup/pull/2186)
* Speed optimized `html()` and `Entities.escape()` when the input contains UTF characters in a supplementary plane, by
around 49%. [2183](https://github.com/jhy/jsoup/pull/2183)
Expand Down

0 comments on commit f6e82f2

Please sign in to comment.