-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
Description
I'm curious about general performance benchmarks for this library. I have a 25 MB file that takes 11 minutes to parse. It seems like it should be faster. As a test I serialized the same data into JSON then deserialized again. The JSON serialization took 4.1 seconds. The JSON deserialization took 5.9 seconds to the same objects with the same data. Is it realistic to compare JSON deserialization to EDI deserialization?
Does anyone else have information on what is considered good time for processing EDI files?
Is there something I need to tweak with this library to get better performance? Is there any general guidance for the models on how to improve performance? Could improper attribute usage cause performance problems?
Reactions are currently unavailable