8000 Release v4.3.2: Optimize single-color fill methods (#304) · sksamuel/scrimage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

v4.3.2: Optimize single-color fill methods (#304)

Latest
Compare
Choose a tag to compare
@sksamuel sksamuel released this 25 Jun 01:02
011dc48
* Fix and tune JMH benchmark setup

* Upgrade JMH plugin to 0.7.3. Version 0.5.3 is not compatible
with Gradle 8

* Enable GC profiler to track allocation rates in addition to latency

* Add a benchmark for the ImmutableImage.filled method

* Optimize single-color fill methods

Avoid repeated calulations and allocations for the same color for
ImmutableImage.fill, MutableImage.fillInPlace, and AwtImage.isFilled
methods.
0