Skip to content

qml4j 0.2.29

Choose a tag to compare

@TIMER-err TIMER-err released this 24 Aug 05:37
· 20 commits to main since this release

Performance and resource management

  • Allocate Property listener storage lazily and store single listeners without an ArrayList, substantially reducing large QML scene heaps.
  • Deterministically close cached Skija Font, Typeface, and temporary Data resources when fonts are replaced or the renderer is disposed.
  • Add regression coverage for listener storage and font resource ownership.