Saving RAM image file performance problem (maybe caused by preview pane)
#1 531 ouverte le 28 août 2022
Métriques du dépôt
- Stars
- (3 695 étoiles)
- Métriques de merge PR
- (Merge moyen 3j 18h) (47 PRs mergées en 30 j)
Description
When right clicking a RAM component and using the "Save image..." option, the dialog is super laggy and my laptop's fans come on. I'm pretty sure this is caused by the RAM being 32MB, and the fact that the dialog shows a "preview" of the data (which is actually the entire contents of RAM shoved into a text area). When I changed the output format to binary data (big endian), it took a few minutes for the UI to unfreeze, at which point the preview section of the save dialog was "helpfully" showing the binary data (mostly as Unicode missing characters).
The preview section of the save image dialog should probably only show a preview of the first ~1KB of the image, not the entire thing.
Using Logisim Evolution 3.7.2 (from brew) on macOS 12.3.1.