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
for_each_handle and for_each_path are the two key methods that need efficient implementation.
However, these are C++ internal iterators while the librdf would like to see a generator.
I would love to see some help on how to best convert from the one into the other.
The text was updated successfully, but these errors were encountered:
This approach works for node handles. Unfortunately it will not work for path_handles. As there is no easy way to get a set of path_handles. This either means loading a set of them on open, or figuring out how to do this.
for_each_handle
andfor_each_path
are the two key methods that need efficient implementation.However, these are C++ internal iterators while the librdf would like to see a generator.
I would love to see some help on how to best convert from the one into the other.
The text was updated successfully, but these errors were encountered: