commit | 5693437ab06c74ac7f189bccd4046c54ea443c04 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Jun 05 18:24:41 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Jun 05 19:44:34 2016 -0400 |
tree | 90618f0305953beb49dcca1bf36009fe196572a2 | |
parent | f7aa902e465bfe1cf19b9079f1555633a88e7190 [diff] |
Performance improvements Prior to this patch, an excessive ( more than zero ) number of dbus calls were made to determine if a signal was something we care about. This patch adds a well-known to unique connection name translation cache eliminating all outgoing dbus calls. Also removed the abstraction layer that obscured this as it isn't used. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>