Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add performance tests for toRDF and expand and pretty printing #178

Merged
merged 12 commits into from May 18, 2016
Merged

Conversation

ansell
Copy link
Member

@ansell ansell commented May 18, 2016

Adds some performance tests, mostly related to issue #172 and pull request #173 that verify the existing method has performance dropoffs in some cases where the datasets are very uniform in terms of subject/predicate with many objects.

Also adds another "deprecated/experimental" method that could be called by users who know that they are feeding deduplicated RDFDataset objects into JSONLD-Java. Opened a new issue for deduplicating RDFDataset objects, issue #177 to follow up after this is merged.

@ansell
Copy link
Member Author

ansell commented May 18, 2016

This also adds the requirement to use Java-8 for test compilation, but still allows Java-6 for the main library and jar files created from it. Not moving to Java-8 for the core code until a good plan is set out in issue #162

@ansell ansell merged commit ef6e69b into master May 18, 2016
@ansell ansell deleted the perf branch May 18, 2016 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant