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

Implement proper streaming #14

Open
cmdoret opened this issue Nov 7, 2023 · 0 comments
Open

Implement proper streaming #14

cmdoret opened this issue Nov 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cmdoret
Copy link
Member

cmdoret commented Nov 7, 2023

Currently, triples are collected into an in-memory graph. Ideally, they should be streamed to minimize memory consumption.
The rdf_dynsyn crate can help with this, as it provides syntax-agnostic sophia parsers/serializers that can be instantiated.

https://docs.rs/rdf_dynsyn/latest/rdf_dynsyn/

@cmdoret cmdoret added the enhancement New feature or request label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant