You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theorg.freedesktop.dbus.messages.DBusSignal#DBusSignal(java.lang.String, java.lang.Object...)
is rather hot.The text was updated successfully, but these errors were encountered: