Skip to content

Commit c2ef4d1

Browse files
committed
Update README with new performance numbers
1 parent 5f34e53 commit c2ef4d1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ A (commandline) tool to convert from RDF triples to Semantic MediaWiki facts
77
It allows you too import RDF data into a [Semantic MediaWiki](http://semantic-mediawiki.org), via [MediaWiki](https://www.mediawiki.org)'s
88
robust built-in [XML import feature](https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps).
99

10-
It is written in Go for way better performance than PHP. Without much
11-
optimizations, it has been able to process triples into pages in the [order of ~40K triples/sec converted into ~10K pages/sec](https://github.com/samuell/rdf2smw/releases/tag/v0.2)
12-
on an 2014 i5 Haswell processor (max 2.1GHz I think) running Xubuntu, although
13-
these numbers can be expected to depend a lot on the structure of the dataset.
10+
It is written in Go for better performance (than PHP). The latest version
11+
processes triples into pages in the order of ~55K triples/sec converted into
12+
~13K pages/sec on an 2014 i5 Haswell, dual core processor (max 2.1GHz I think)
13+
running Xubuntu, although these numbers probably depend a lot on the structure
14+
of the dataset.
1415

1516
RDF2SMW is very similar to the RDF import function in the
1617
[RDFIO](https://github.com/rdfio/RDFIO) Semantic MediaWiki extension, but takes
@@ -19,11 +20,11 @@ the same go, RDF2SMW first converts RDF to an XML file outside of PHP (for
1920
better performance), and then importing using MediaWiki's built-in import
2021
function.
2122

22-
**Status:** The tool is now feature complete, and even writes facts via
23-
template calls, if a categorization (via owl:Class) of the subject can be done.
24-
What is lacking is more options to fine-tune things. Right now you'll have to
25-
modify the source code yourself if you need any customization. Hope to address
26-
this in the near future.
23+
**Status:** The tool is now feature complete, including ability to write facts
24+
via template calls, if a categorization (via owl:Class) of the subject can be
25+
done. What is lacking is more options to fine-tune things. Right now you'll
26+
have to modify the source code yourself if you need any customization. Hope to
27+
address this in the near future.
2728

2829
For more detailed status, see [TODO.md](https://github.com/samuell/rdf2smw/blob/master/TODO.md)
2930

0 commit comments

Comments
 (0)