You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by OmarElabd <gi...@git.apache.org> on 2016/10/14 03:34:35 UTC

[GitHub] jena pull request #178: Small optimization for writePrefixes()

GitHub user OmarElabd opened a pull request:

    https://github.com/apache/jena/pull/178

    Small optimization for writePrefixes()

    I made a small change to the N3JenaWriterCommon writePrefixes function so that it does not need to make a call from the hashmap.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/OmarElabd/jena master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/178.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 #178
    
----
commit 84d99ae0689a1e833e54fb0a341a4a8107621657
Author: OmarElabd <om...@outlook.com>
Date:   2016-10-14T03:30:51Z

    modified writePrefixes so that it doesn't need to retrieve the value from the map

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena issue #178: Small optimization for writePrefixes()

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/178
  
    Thank you for the improvement. I've just merged it into the codebase.
    
    The N3 writer is not as used as the Turtle writer in RIOT - I checked to make sure that uses `Entry`.
    
    https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/riot/system/RiotLib.java#L274


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #178: Small optimization for writePrefixes()

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/178


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---