Skip to content

Marlin-renderer 0.4.4

Compare
Choose a tag to compare
@bourgesl bourgesl released this 12 May 06:57
· 46 commits to master since this release

Release v0.4.4:

  • marlin-0.4.4.jar (RenderingEngine only)
  • marlin-0.4.4-sun-java2d.jar (patched sun.java2d.AAShapePipe): ~ 5 to 10% faster

Changes:

  • for large crossing / edge pointer arrays (>=75), use to an optimized merge sort for newly added edges (>=10) + final merge pass using auxiliary storage
  • refactoring to move statistics into RendererStats class (to avoid allocating them when doStats or doMonitors are disabled)
  • improved complex affine transformer allocations (tx, delta and inverse delta p2dconsumer)
  • improved createStrokedShape() by using a custom path2d (preallocated large path2D to avoid useless array resizes + efficient cloning)

See How to use

See Tuning options

Your feedback is very important !
Please tell us if your appreciate marlin and if it fits well your workload, use cases...
Just post your comments on the forum:
https://groups.google.com/forum/#!topic/marlin-renderer/biSbzplNlOc

Enjoy !