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

IEnumerable for reader? #14

Open
Milkitic opened this issue Nov 19, 2019 · 1 comment
Open

IEnumerable for reader? #14

Milkitic opened this issue Nov 19, 2019 · 1 comment

Comments

@Milkitic
Copy link

At least for class 'OsuDb', many osuers have a large 'osu!.db' file which contains a huge amount of beatmaps. I think there is a better way to handle this since current solution will leads to high memory usage and extremely GC call. Comparing to do things after reading the whole file, I prefer to handle things while reading, and not store the previous object after each enumeration (Users can store it manually).

@holly-hacker
Copy link
Owner

Seems fair. I'll try to get to this soon.

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

No branches or pull requests

2 participants