Re: representing URIs and literals

Hi Austin,

> Thanks very much for the hard work, I appreciate it  and I will incorporate the changes.

I fixed the test not to show cumulative statistics anymore. Also, more triples are now being searched for. [1]

> However, I’ll probably add the ‘rdf’ library as a third option instead of replacing the naive prototype, just so we can compare.

On second thought, adding libraries is probably not a good idea as we’d end up comparing libraries instead of techniques.
Therefore, if you’d have a minimal implementation of the technique used in the ‘rdf’ library (as in [2]),
then I would add this as a third test case instead.

Best,

Ruben

[1] https://github.com/RubenVerborgh/TripleRepresentationBenchmark
[2] https://github.com/RubenVerborgh/TripleRepresentationBenchmark/blob/master/benchmark.js#L5-L37

Received on Monday, 4 November 2013 08:52:49 UTC