Gregory Todd Williams
Gregory Todd Williams
Update: #53 made part of this issue redundant. I've updated the issue description, and this comment can now be ignored as well. Commit 6cd0674 shows how this was done for...
I'm not sure I understand the suggestion here. Can you provide some more details?
I'd love to see this. I've made a few attempts at starting SHACL code, but never got anywhere with it.
> * Note that I use `lazy => 1` to speed up the conversion, because I don't need the IRI parsed into components. Can `to_AtteanIRI` do this? Note that `lazy`...
Yeah, I should port the bind-join stuff from RDF::Query to Attean. This might not immediately help TPF evaluation, but it would be good to have regardless, and might help work...
Doing some quick profiling suggests to me that the bulk of the time is not spent in `IRI`, but in `Type::Tiny`. This is an area where I don't have a...
Apologies. The performance issues I was seeing in `Type::Tiny` are a result of my having more aggressive (opt-in) type checking turned on.
Turning what off? I'd be happy to see PRs on IRI or the Attean parsers to improve performance.
That being said, I think any changes that completely bypass the IRI validity checks will have to be opt-in in an obvious way that helps to indicate that it may...
Also, in profiling the code I noticed that a lot fo the time is spent not in the serialization but in the memory model/store code. This is an area where...