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
We currently consume results on a thread and use a pipe to convert them into a lazy sequence of results.
Since we've done this RDF4j has added convenience methods for pull based parsing (that do the same thing underneath). We should assess whether we can use them, and consider replacing this:
We currently consume results on a thread and use a pipe to convert them into a lazy sequence of results.
Since we've done this RDF4j has added convenience methods for pull based parsing (that do the same thing underneath). We should assess whether we can use them, and consider replacing this:
grafter/src/grafter/rdf/io.clj
Lines 535 to 562 in 66d80c3
with something using this
The text was updated successfully, but these errors were encountered: