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

Lazier operation? #38

Open
mkitti opened this issue Nov 16, 2023 · 4 comments
Open

Lazier operation? #38

mkitti opened this issue Nov 16, 2023 · 4 comments

Comments

@mkitti
Copy link

mkitti commented Nov 16, 2023

I have some large JSON files with 300K lines (200 MB). Would it be possible to have eyeball be lazy and only load the one depth level at a time rather than everything eagerly.

@tshort
Copy link
Owner

tshort commented Nov 16, 2023

Yeah. I'm running into that now, too. I looked a bit, and I don't see an obvious easy fix to get that.

@mkitti
Copy link
Author

mkitti commented Nov 17, 2023

How about a LazyEyeball.jl?

@tshort
Copy link
Owner

tshort commented Nov 17, 2023

I'm not opposed!

@tshort
Copy link
Owner

tshort commented Dec 3, 2023

Lazy really should be the default here. Not sure how hard that is to accomplish with this code base.

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