Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 280 Bytes

File metadata and controls

5 lines (3 loc) · 280 Bytes

= Ideas for Performance Changes

  • DomNode: Use Copy on Write for listeners to safe on object holders, but CopyOnWriteArrayList is not good enough
  • DomNode: Remove synchronized and find something better without extra cost for more objects, maybe a ReentrantLock at the SGMLPage