-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Matt McHenry edited this page Feb 3, 2024
·
44 revisions
See the README for usage instructions.
This page briefly documents ongoing development.
- Show EXIF info
- Support descriptions for albums and/or images
- Show progress for loading images; see Helpful Technical Links#show-loading-progress-for-images
- abandon white placeholder borders and
...
s for thumbnails - Slideshow mode
- thumbnail page does not scroll all the way to the bottom on iOS
- Haskell memory leaks
- https://www.well-typed.com/blog/2024/01/ghc-eras-profiling/
- https://epicandmonicisnotiso.blogspot.com/2023/04/how-to-avoid-correctness-space-leaks-on.html
- https://cs-syd.eu/posts/2023-01-06-a-dancing-space-leak
- https://github.com/ndmitchell/spaceleak
- https://cs.stanford.edu/~sumith/docs/report-spaceleaks.pdf
- https://www.reddit.com/r/haskell/comments/izhq6r/blogpostannouncement_new_library_for/
- https://iog.io/en/blog/posts/2020/09/24/being-lazy-without-getting-bloated/
- https://stackoverflow.com/questions/61666819/haskell-how-to-detect-lazy-memory-leaks
- https://stackoverflow.com/questions/18337833/haskell-how-to-get-rid-of-the-memory-leak
- https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/strict.html
- https://github.com/jaspervdj/profiteur
- https://kodimensional.dev/space-leak
- Elm animation