Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHACL - skip sorting already sorted data #1390

Closed
hmottestad opened this issue Apr 13, 2019 · 0 comments
Closed

SHACL - skip sorting already sorted data #1390

hmottestad opened this issue Apr 13, 2019 · 0 comments
Assignees
Labels
M1 Fixed in milestone 1 ⏩ performance 📦 SHACL affects the SHACL validator
Milestone

Comments

@hmottestad
Copy link
Contributor

in Sort - skip sorting data that is already sorted

@hmottestad hmottestad added ⏩ performance 📦 SHACL affects the SHACL validator labels Apr 13, 2019
@hmottestad hmottestad added this to the 3.0 milestone Apr 13, 2019
@hmottestad hmottestad self-assigned this Apr 13, 2019
hmottestad added a commit to eclipse/rdf4j-storage that referenced this issue Apr 13, 2019
…he arraylist, skip sorting if the list is only size=1 or if the data is already sorted

Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit to eclipse/rdf4j-storage that referenced this issue Apr 13, 2019
hmottestad added a commit to eclipse/rdf4j-storage that referenced this issue Apr 13, 2019
* develop:
  formatter
  eclipse-rdf4j/rdf4j#1390 check if data is sorted while adding it to the arraylist, skip sorting if the list is only size=1 or if the data is already sorted

Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit to eclipse/rdf4j-storage that referenced this issue Apr 27, 2019
* develop:
  eclipse-rdf4j/rdf4j#1397 more streams
  eclipse-rdf4j/rdf4j#1396 imrpoved benchmarks
  eclipse-rdf4j/rdf4j#1392 another bug fix
  eclipse-rdf4j/rdf4j#1392 another bug fix
  eclipse-rdf4j/rdf4j#1392 bug fix
  eclipse-rdf4j/rdf4j#1392 cleanup isolation level
  eclipse-rdf4j/rdf4j#1392 more performance logging and two optimizations, one for skipping the listener when empty base sail, the other for using the underlying sail if it is a memory store, isolation level is NONE and RDFS is empty
  eclipse-rdf4j/rdf4j#1391 min, max and class use SPARQL queries
  formatter
  eclipse-rdf4j/rdf4j#1390 check if data is sorted while adding it to the arraylist, skip sorting if the list is only size=1 or if the data is already sorted

Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
@abrokenjester abrokenjester added the M1 Fixed in milestone 1 label Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M1 Fixed in milestone 1 ⏩ performance 📦 SHACL affects the SHACL validator
Projects
None yet
Development

No branches or pull requests

2 participants