antonmedv / walk

Terminal file manager
MIT License
3.26k stars 90 forks source link

Slow with large readable files #37

Closed borondics closed 1 year ago

borondics commented 1 year ago

When previewing files and navigating on a readable but large file there is a very strong time lag. Maybe loading only a few hundred lines would make this better?

antonmedv commented 1 year ago

Sure, we can try to load only first 10kb. Can you create a PR?