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

Very slow screen refresh #1277

Open
dca00 opened this issue Nov 3, 2024 · 0 comments
Open

Very slow screen refresh #1277

dca00 opened this issue Nov 3, 2024 · 0 comments

Comments

@dca00
Copy link

dca00 commented Nov 3, 2024

When I drag the map, it takes a very long time to draw.
Is this poor graphics performance or reading from the map file?
If it is the latter, could you read and cache areas around the currently displayed area, forming a square like this:

xxx
xox
xxx

where o is current screen and xx are same size areas adjacent to o? Then you will not have to wait while you read them from media.
Because it is painfully slow. Too slow to be user-friendly in 2024. We could have probably tolerated such slowness on 8088 back in 1980s.

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

1 participant