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

Optimize parsing #14

Merged
merged 25 commits into from
Oct 3, 2019
Merged

Optimize parsing #14

merged 25 commits into from
Oct 3, 2019

Conversation

angelaszek
Copy link
Collaborator

@angelaszek angelaszek commented Sep 13, 2019

Optimizes the parsing process to better handle large X12 files.

Closes #13

@angelaszek angelaszek requested a review from ctmay4 September 13, 2019 20:31
Copy link
Member

@ctmay4 ctmay4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some comments on null handling in the new separator methods.

@ctmay4 ctmay4 changed the title Cache by claim (#13) Optimize parsing Oct 2, 2019
@angelaszek angelaszek assigned ctmay4 and unassigned angelaszek Oct 2, 2019
# Conflicts:
#	build.gradle
#	gradle/wrapper/gradle-wrapper.properties
Copy link
Member

@ctmay4 ctmay4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More questions in Separators.java

src/main/java/com/imsweb/x12/Separators.java Outdated Show resolved Hide resolved
@ctmay4 ctmay4 merged commit 36bd5a6 into master Oct 3, 2019
@ctmay4 ctmay4 deleted the cache-by-claim-13 branch October 3, 2019 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parser hangs when trying to handle larger files
2 participants