Skip to content

Instantly share code, notes, and snippets.

@rubensworks
Last active September 4, 2018 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubensworks/a351f394ca6b70d6ad4ec1adc691a453 to your computer and use it in GitHub Desktop.
Save rubensworks/a351f394ca6b70d6ad4ec1adc691a453 to your computer and use it in GitHub Desktop.

Generated with https://github.com/rubensworks/rdfxml-streaming-parser.js/tree/master/perf

Small file

rdfxml-streaming-parser

  • Parsing file /Users/rtaelman/Downloads/small.rdf: 13.936ms
  • Quads parsed: 22
  • Memory usage: 21MB

rdflib/rdfxmlprocessor

  • Parsing file /Users/rtaelman/Downloads/small.rdf: 6.471ms
  • Quads parsed: 22
  • Memory usage: 23MB

Medium file

rdfxml-streaming-parser

  • Parsing file /Users/rtaelman/Downloads/Belgium.rdf: 423.634ms
  • Quads parsed: 9882
  • Memory usage: 33MB

rdflib/rdfxmlprocessor

  • Parsing file /Users/rtaelman/Downloads/Belgium.rdf: 486.512ms
  • Quads parsed: 9882
  • Memory usage: 80MB

Large file

rdfxml-streaming-parser

  • Parsing file /Users/rtaelman/Downloads/eclass_514en.owl: 4162.318ms
  • Quads parsed: 360248
  • Memory usage: 68MB

rdflib/rdfxmlprocessor

  • Parsing file /Users/rtaelman/Downloads/eclass_514en.owl: 9137.214ms
  • Quads parsed: 1008228 (incorrect)
  • Memory usage: 569MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment