FFY00 / dbus-objects

DBus objects implementation on top of the Python type system
https://dbus-objects.readthedocs.io/en/latest/
MIT License
11 stars 4 forks source link

Have multiple treelib trees #5

Closed FFY00 closed 3 years ago

FFY00 commented 3 years ago

We currently save all registered objects in one single tree, instead of this we could save them in separate trees and have a dictionary to look up the trees. This would solve the treelib id/tag mix and would make searching much easier.

FFY00 commented 3 years ago

Actually, after having a better look, this wouldn't help that much. The methods would still have to use tag. I think having a single tree might make it a bit simpler.