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 are currently store implicit data in an n3 store however, the match method is quite heavyweight; especially in that it creates a full array of the matches before asynchronously iterating over them. As such it would likely be quite valuable to use something else that does not take such a performance hit.
The text was updated successfully, but these errors were encountered:
We are currently store implicit data in an
n3
store however, thematch
method is quite heavyweight; especially in that it creates a full array of the matches before asynchronously iterating over them. As such it would likely be quite valuable to use something else that does not take such a performance hit.The text was updated successfully, but these errors were encountered: