Re: ResultSet and pagination

2015-11-22 Thread François-Paul Servant
Hi Andy, thank you very much. Yes, my use case is a webapp. And yes, the responsibility is mine if I rely on the order of iterator results… fps > Le 21 nov. 2015 à 17:56, Andy Seaborne a écrit : > > Hi, > > In the current implementation, then results will be in the same order. Well, > as fa

Re: JSON-LD serialization: performances?

2015-11-22 Thread François-Paul Servant
Andy, I improved my test (running on the same file): several runs, RDFFormats variations… Results and code below (SSD disk, otherwise 5 years old mac powerbook) Main fact remains: JSON-LD serialization is slow (~10 times slower than turtle). But people want JSON-LD. I think I’ll have a look at

Re: JSON-LD serialization: performances?

2015-11-22 Thread Martynas Jusevičius
François-Paul, just to let you know, there's an alternative route: RDF/XML transformation to JSON-LD using XSLT: https://github.com/Graphity/graphity-client/blob/master/src/main/webapp/static/org/graphity/client/xsl/rdfxml2json-ld.xsl But I doubt it will be faster. On Sun, Nov 22, 2015 at 3:17 P