Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Logger statements takes a lot of time to run. #8

Open
@dmac000

Description

@dmac000

The statement in DefaultClipper.java:

LOGGER.finest( ToFront + " " + pt + " " + op.getPt() );

can takes 30% of the execution time, even with logging disabled, as it's calling Point.toString() each time a point is added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions