Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: match over index #401

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

perf: match over index #401

wants to merge 8 commits into from

Conversation

jeswr
Copy link
Collaborator

@jeswr jeswr commented Jul 29, 2024

No description provided.

Copy link
Contributor

@TallTed TallTed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Editorial, minor, human-facing punctuation

@@ -304,6 +304,13 @@ for (const quad of store.match(namedNode('http://ex.org/Mickey'), null, null))
console.log(quad);
```

If you are using multiple stores then you can reduce memory consumption by allowing them to share an entity index:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If you are using multiple stores then you can reduce memory consumption by allowing them to share an entity index:
If you are using multiple stores, you can reduce memory consumption by allowing them to share an entity index:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants