You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/02/19 15:24:27 UTC

[jira] Resolved: (FELIX-2104) Add an optional faster stax based parser

     [ https://issues.apache.org/jira/browse/FELIX-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-2104.
------------------------------------

       Resolution: Fixed
    Fix Version/s: bundlerepository-1.6.0

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	bundlerepository/pom.xml
	M	bundlerepository/src/main/java/org/apache/felix/bundlerepository/RepositoryImpl.java
	A	bundlerepository/src/main/java/org/apache/felix/bundlerepository/StaxParser.java
	M	bundlerepository/src/test/java/org/apache/felix/bundlerepository/MockBundleContext.java
	M	bundlerepository/src/test/java/org/apache/felix/bundlerepository/RepositoryImplTest.java
	M	bundlerepository/src/test/java/org/apache/felix/bundlerepository/ResolverImplTest.java
	A	bundlerepository/src/test/java/org/apache/felix/bundlerepository/StaxParserTest.java
Committed r911818


The StaxParser is completely optional but if the stax package is available, it will be used and can provides a parsing gain > 10x

> Add an optional faster stax based parser
> ----------------------------------------
>
>                 Key: FELIX-2104
>                 URL: https://issues.apache.org/jira/browse/FELIX-2104
>             Project: Felix
>          Issue Type: Task
>          Components: Bundle Repository (OBR)
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: bundlerepository-1.6.0
>
>
> kxml is nice because it's small
> We may want to check using faster parser if they are available while still keeping kxml as a fallback.
> Woodstox is one of the fastest parser so we may want to see what's possible with it.
> The main driver behind that is speed, so we want to measure the parsing time with kxml vs woodstox.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.