Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

RubenVerborgh/JavaScript-Turtle-Parser-Performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Turtle parser performance tests

Quick repository to compare performance.

npm install --ignore-scripts
./n3-spec.js                    # N3.js Turtle specification test
./n3-perf.js dbpedia.ttl.gz     # N3.js Turtle parsing performance test
./rdflib-perf.js dbpedia.ttl.gz # rdflib.js Turtle parsing performance test

Do not use in production

This repository was quickly derived from the N3.js specification and performance tests. It is highly recommended to use the original tests instead.

About

Quick repository to compare performance of Turtle parsers in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published