Håvard M. Ottestad

Results 92 issues of Håvard M. Ottestad

Homebrew is the recommended way of installing infer. When installing on a Macbook with the M1 processor running macOS Monterey there is an error saying that infer has been deprecated...

Hi, I have a frame that can be boiled down to: ``` { "@context": { "at":"http://publications.europa.eu/ontology/authority/", "id": "@id", "type": "@type", "startUse": {"@id":"at:start.use"}, }, "@explicit": true, "type": "skos:Concept", "startUse": {} }...

Make it operate in bulk.

⏩ performance
📦 SHACL

GitHub issue resolved: #4107 Briefly describe the changes proposed in this PR: ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/CONTRIBUTING.md) for more details): - [ ] my pull request is...

There are still unclosed iterations in fedx.

🐞 bug
📦 fedx

Remove the local maven config file and add the .mvn folder to gitignore. ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/CONTRIBUTING.md) for more details): - [ ] my pull request...

We currently have: - Transactional validation - SPARQL based bulk validation For constraints where the SPARQL based bulk validation is not implemented we fall back to using the transactional validation...

⏩ performance
📦 SHACL

Precompute hash code for MemIRI.

⏩ performance

Add support for the DynamicModel to signal its size to the LinkedHashModel when upgrading. Also look at how to improve the performance of adding data to the LinkedHashModel in general.

⏩ performance

ConcurrentCleaner immediately delegates registration to one of the underlying Cleaner instances. Most of the use cases for the ConcurrentCleaner are to create a safety net for users who forget to...

⏩ performance