buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

Serializing QuerySolution ? #92

Closed MarcAgate closed 5 years ago

MarcAgate commented 6 years ago

There might be a way to get rid of Row.java and QueryMvcSolutionItem by somehow using a single serialization of jena QuerySolution(s) for each ResultSet. Let's see what it takes to implement this in order to evaluate what we can gain out of it, mainly in terms of code length, efficiency and memory usage.

MarcAgate commented 5 years ago

This has been improved a while ago... closing