Suggested Improvements and Pull Requests for Library Usage #113
Closed
rsmohityadav
started this conversation in
General
Replies: 1 comment 2 replies
-
|
There's a lot of areas that could be so much better so I'm not surprised. 😓 I think the biggest one for me is a lot of things should make more use of async so I'm going through at the moment and working on all of that as you can probably see in the open PRs at the moment. I shall have a look at your PR shortly, but please do make any improvments you can think of or add new features etc. I'm open to all help 😄 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @artehe ,
In my project, I used this library and noticed a few areas that could be improved:
1. Backup Disk Space Exception & Array Index Handling
• I found issues with disk space exceptions and array index handling.
• I have already fixed these and submitted a pull request for them.
2. Buffer Usage & High Memory Consumption
• I noticed that the library uses a buffer, which can lead to high memory usage.
• To address this, I worked on optimized file handling to reduce memory consumption.
If you find my first pull request useful, I will create a second one for proper optimized file handling and further improvements.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions