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

Bug: Fix Performance for Parsing Larger Files by Using Regex instead of Remark for Tables #491

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

pjkaufman
Copy link
Collaborator

@pjkaufman pjkaufman commented Nov 10, 2022

Fixes #458

Changes Made:

  • Swapped out remark parser for tables which was taking 77 minutes to parse a 5.8k line file to regex instead which allows the time to be around 1 second to parse the file
  • Updated the UTs and dependencies accordingly

@pjkaufman pjkaufman added the bug Something isn't working label Nov 10, 2022
@pjkaufman pjkaufman self-assigned this Nov 10, 2022
@pjkaufman pjkaufman merged commit 19a247c into platers:master Nov 10, 2022
@pjkaufman pjkaufman deleted the performance-updates branch November 10, 2022 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Large Files Seem to Parse for Forever
1 participant