Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
OlegAndreych opened this issue Oct 25, 2020 · 1 comment

Comments

@OlegAndreych
Copy link

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.

OlegAndreych pushed a commit to OlegAndreych/dbus-java that referenced this issue Oct 25, 2020
Use compiled patterns in the org.freedesktop.dbus.connections.AbstractConnection
@hypfvieh
Copy link
Owner

changes merged, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants