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

Improve parser memory use #30

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Improve parser memory use #30

merged 1 commit into from
Mar 28, 2024

Conversation

TCatshoek
Copy link
Contributor

Currently, the new parser does not perform as well as the old one in both memory and speed, let's see if we can improve it.

Copy link

Unit Test Results (x64-linux)

    1 files  ±0      1 suites  ±0   1s ⏱️ ±0s
  63 tests ±0    63 ✔️ ±0  0 💤 ±0  0 ±0 
292 runs  ±0  292 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 90c11de. ± Comparison against base commit 57ab99d.

Copy link

Unit Test Results (x64-windows)

    1 files  ±0      1 suites  ±0   1s ⏱️ ±0s
  63 tests ±0    63 ✔️ ±0  0 💤 ±0  0 ±0 
292 runs  ±0  292 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 90c11de. ± Comparison against base commit 57ab99d.

Copy link

Unit Test Results (x64-osx)

    1 files  ±0      1 suites  ±0   2s ⏱️ -2s
  63 tests ±0    63 ✔️ ±0  0 💤 ±0  0 ±0 
292 runs  ±0  292 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 90c11de. ± Comparison against base commit 57ab99d.

@TCatshoek TCatshoek marked this pull request as ready for review March 28, 2024 18:08
@TCatshoek
Copy link
Contributor Author

TCatshoek commented Mar 28, 2024

Merging this for now after getting feedback that memory use is ok again. Performance is not critical since parsing the input file is only a small fraction of the runtime of the entire program. (But of course if anyone wants to pick that up feel free)

@TCatshoek TCatshoek merged commit f5d4175 into main Mar 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant