aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-10-21 15:38:10 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:07 -0500
commitb404312686874e539b617d1f27ccbaa5a82936af (patch)
treec2fdb2cc046e6da53071629cd1750dcc327e6cd9 /README.md
parentd4aec28ba8ad24d5aef3ee12beeb1b805148eab1 (diff)
downloadserd-b404312686874e539b617d1f27ccbaa5a82936af.tar.gz
serd-b404312686874e539b617d1f27ccbaa5a82936af.tar.bz2
serd-b404312686874e539b617d1f27ccbaa5a82936af.zip
Replace serdi with more fine-grained tools
Especially with the new functionality, the complexity of the command-line interface alone was really becoming unmanageable. The serdi implementation also had the highest cyclomatic complexity of the entire codebase by a huge margin. So, take a page from the Unix philosophy and split serdi into several more finely-honed tools that can be freely composed. Though there is still unfortunately quite a bit of option overlap between them due to the common details of reading RDF, I think the resulting tools are a lot easier to understand, both from a user and a developer perspective.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a02db6e0..c99b320a 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,10 @@ Features
Performance
-----------
-The benchmarks below compare `serdi`, [rapper][], and [riot][] re-serialising
+The benchmarks below compare `serd-pipe`, [rapper][], and [riot][] rewriting
Turtle data generated by [sp2b][] on an i7-4980HQ running Debian 9. Of the
-three, `serdi` is the fastest by a wide margin, and the only one that uses a
-constant amount of memory (a single page) for all input sizes.
+three, `serd-pipe` is the fastest by a wide margin, and the only one that uses
+a constant amount of memory (a single page) for all input sizes.
![Time](doc/serdi-time.svg)
![Throughput](doc/serdi-throughput.svg)