rdf-dataset-indexed
An indexed implementation of the RDFJS Dataset based on a fork of the powerful N3.js library. Changelog.
See the RDFJS Dataset specification for more details.
A fast, indexed RDFJS Dataset implementation
An indexed implementation of the RDFJS Dataset based on a fork of the powerful N3.js library. Changelog.
See the RDFJS Dataset specification for more details.
Add method aliases for RDF/JS DatasetCore compatibility
In compliance with RDF/JS: Dataset specification 1.0
Use the Map instead of dataset indices to retrieve and count quads: https://github.com/rdf-ext/rdf-dataset-indexed/pull/2
This has dramatic effects on some dependencies, for instance https://github.com/rdf-ext/rdf-utils-dataset/blob/6039ad5edad37ac031c0423083239fbcdeedc9be/benchmark/resourcesToGraph.js
❯ node benchmark/resourcesToGraph.js
- resourcesToGraph: 3609.302ms
+ resourcesToGraph: 494.445ms