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
There is lots of room for optimisation in methods such as union and difference; in particular, whenever other is also an N3Store and they share an index we can just merge / diff / compare the indices for set operations.
The text was updated successfully, but these errors were encountered:
jeswr
changed the title
performance: perform dataset operastions directly over index
performance: perform dataset operations directly on index
Jul 29, 2024
Many functions would benefit from using #structuredClone in their implementation. However, this would require an mver bump to deprecate old versions of Node as #structuredClone is only available from Node v17
There is lots of room for optimisation in methods such as
union
anddifference
; in particular, wheneverother
is also anN3Store
and they share an index we can just merge / diff / compare the indices for set operations.See #392
The text was updated successfully, but these errors were encountered: