[
https://issues.apache.org/jira/browse/JENA-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040233#comment-13040233
]
Andy Seaborne commented on JENA-69:
-----------------------------------
Thanks for the patch.
There is Token.asLong()
Token is a final class, with no superclass (other than Object) so the JIT can
maximize inlining and use the fastest possible method dispatch. This class is
performance critical and often will be used inside the innermost loop when
processing parsed data.
> Provide TSVInput reader
> -----------------------
>
> Key: JENA-69
> URL: https://issues.apache.org/jira/browse/JENA-69
> Project: Jena
> Issue Type: New Feature
> Components: ARQ, TDB
> Reporter: Laurent Pellegrino
> Priority: Blocker
> Labels: arq, resultset, tdb, tsv, tsvinput
> Attachments: JENA-69-r1128283.patch,
> removenodeclib-r1128186-version1.patch, tsvinput-r1128173-version1.patch,
> tsvinput-r1128173-version2.patch
>
>
> As stated into the mailing-list it is possible to serialize a ResultSet by
> using the TSV format. However, it is not possible to unserialize it (there is
> no TSVInput implementation).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira