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

Measuring the string length is too long in pgm_textfile_generator #19

Open
IngmarEckhardt opened this issue Mar 22, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@IngmarEckhardt
Copy link
Owner

IngmarEckhardt commented Mar 22, 2024

Description:
The current implementation of creating arrays or single remaining strings in the pgm_textfile_generator seems to produce slightly larger char arrays than expected. This issue is likely related to the insertion of additional escape characters. It is crucial to investigate and address this issue to ensure optimal memory usage and efficiency.

User Story:
As a developer, I expect the pgm_textfile_generator to create arrays or single remaining strings with accurate sizes, so that I can manage memory resources effectively and ensure the efficiency of the software

@IngmarEckhardt IngmarEckhardt added the bug Something isn't working label Mar 22, 2024
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

No branches or pull requests

1 participant