digitalbazaar / jsonld.js

A JSON-LD Processor and API implementation in JavaScript
https://json-ld.org/
Other
1.66k stars 195 forks source link

Consider removal of duplicate checking in canonize call when expanding and convering to RDF #508

Open dlongley opened 1 year ago

dlongley commented 1 year ago

If an input needs to be expanded and converted to RDF within the jsonld.js canonize call (prior to calling canonize from rdf-canonize), we could potentially pass a flag to avoid duplicate checking as it may be totally unnecessary and achieve significant savings.