opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

Performance optimization: Reuse Pattern instance #25

Closed wcarmon closed 5 years ago

wcarmon commented 5 years ago

Pattern Instances are immutable and are safe for use by multiple concurrent threads...

See https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 87


Totals Coverage Status
Change from base Build 86: -0.1%
Covered Lines: 140
Relevant Lines: 597

💛 - Coveralls