hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Use compiled patterns in the org.freedesktop.dbus.connections.AbstractConnection #119

Closed OlegAndreych closed 3 years ago

OlegAndreych commented 3 years ago

My proposal is to compile patterns from the org.freedesktop.dbus.connections.AbstractConnection.

I've found that compiling of the org.freedesktop.dbus.connections.AbstractConnection#OBJECT_REGEX_PATTERN in the constructor of the org.freedesktop.dbus.messages.DBusSignal#DBusSignal(java.lang.String, java.lang.Object...) is rather hot.

hypfvieh commented 3 years ago

changes merged, thank you