GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/115
JENA-1107 : Improve Tuple.
Improvements:
* Tuple as Interface
* Implementation focused on being "Tuples", not only for TDB (it's
historical origin).
* Less space for small tuples.
* Avoid array overheads for small tuples.
* TupleMap uses more consistent naming than ColumnMap.
* TupleMap can be used for index mapping, array mapping, not use Tuple
mapping.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/115.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #115
----
commit 571e97553c9d5ccb29818ed85afb70e4fe0318c2
Author: Andy Seaborne <[email protected]>
Date: 2015-12-28T16:27:01Z
JENA-1107: Rework Tuple
commit c665f63004fee2d465f2cbcb48d2defd17e12858
Author: Andy Seaborne <[email protected]>
Date: 2015-12-28T16:27:48Z
JENA-1107: Changes due to reworking Tuple.
commit 9687f8368960d6505d910313d752a68194dbea23
Author: Andy Seaborne <[email protected]>
Date: 2015-12-28T16:57:39Z
Tuple.asArray
commit b5d593d2d132e23533937924891a6d642afe32f2
Author: Andy Seaborne <[email protected]>
Date: 2015-12-28T17:34:56Z
Clean up whitespace inconsistencies
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---