Skip to content

Conversation

hmottestad
Copy link
Contributor

Issue resolved (if any): #610

Description of this pull request:


Please check all the lines before posting the pull request:

  • I've created tests for all my changes
  • My pull request isn't fixing or changing multiple unlinked elements (please create one pull request for each element)
  • I've applied the code formatter (mvn formatter:format on the backend, npm run format on the frontend) before posting my pull request, mvn formatter:validate to validate the formatting on the backend, npm run validate on the frontend
  • All my commits have relevant names
  • I've squashed my commits (if necessary)

@hmottestad
Copy link
Contributor Author

hmottestad commented Jun 28, 2025

export JAVA_OPTIONS="-Xmx32G"
./rdf2hdt.sh -multithread -disk -disklocation "../disk-temp/" ../../latest-lexemes.nt.gz ../../latest-lexemes.hdt

Before

[main] . [##########] 100.0 done
File converted in ..... 10 min 33 sec 853 ms 834 us
Total Triples ......... 179203844
Different subjects .... 25554000
Different predicates .. 2337
Different objects ..... 42155144
Common Subject/Object . 24163053

After

[main] . [##########] 100.0 done
File converted in ..... 8 min 11 sec 92 ms 917 us
Total Triples ......... 179203844
Different subjects .... 25554000
Different predicates .. 2337
Different objects ..... 42155144
Common Subject/Object . 24163053

@hmottestad hmottestad changed the base branch from master to dev June 28, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant