Skip to content

Simple project to demonstrate performance issues with JAXB and QuickFixJ

Notifications You must be signed in to change notification settings

beirtipol/jaxb-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jaxb-performance

This project demonstrates a performance issue when trying to unmarshal the FIXRepository XML while you also have quickfixj-all on the classpath. You can safely remove the quickfixj-all dependency and the entire FIXRepository XML is unmarshalled in approx 3 seconds. When you include quickfixj-all in the dependencies, it takes up to 5 minutes to unmarshal the same XML

About

Simple project to demonstrate performance issues with JAXB and QuickFixJ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages