Skip to content

Xerces DOM implementation is not read-only thread-safe #3

@carlosame

Description

@carlosame

All of the DOM benchmarks have an annotation like this:

@Threads(4)

because almost all of the benchmarked DOM implementations are read-only thread-safe.

However the Xerces-based internal JDK implementation is not.

Perhaps the benchmarks would better reflect the performance if they were single-threaded, albeit at the cost of losing a thread safety check.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions