Claus Stadler

Results 60 comments of Claus Stadler

Ideally there would be a persistent R-Tree implementation similar to dboe's BPlusTree. But even just serializing the in-memory data structure as a whole rather then having to rebuild it on...

Adding a cache to E_IRI/IRIx should be simple and I can check how much this improves. How does the iri4ld implementation differ from jena's current default one functionality-wise? In any...

This PR is ready for review. The small extra changes are: Longest-prefix-lookup-cache invalidation now only happens if there is an actual change; adding duplicates or removing non-existing entries do not...

I converted back to draft because I have some pending updates which I need to benchmark against the well-working parts of the original PrefixMapStd (IRIs with / or #) first...

> Another choice is to restrict to the basic case of prefix at the final "/", "#" and ":" (for URNs). Only have the "fast path" abbreviate. I think your...

> Probably (it needs detailed analysis) the build policy should be "same URI, same thing" per build run which an individual builder can ignore. The concept of the assembler is...

So I have been away from the JS community for a while, so I wonder what the status or RDF in JS is today. Is there by now something similar...

Hm, so the datamodel and dataset API seem very synchronous to me. Are other components actually using this model? Especially, can the existing parsers output a dataset ? Well, one...

Yeah its not too complicated, its just somewhat unfortunate that I'd have to roll my own 'Graph' interface. Because it feels like reinventing over and over again. I suppose rdfstore-js...

Yes, the cleanest approach for me seems to build on https://github.com/rdfjs/dataset-spec - add a small graph abstraction and then the plumbing work is already done.