---
title: "How Photoshop solved working with files larger than can fit into memory"
url: https://daily.dev/posts/how-photoshop-solved-working-with-files-larger-than-can-fit-into-memory-wszpmxgfz
source_url: https://developer.chrome.com/blog/how-photoshop-solved-working-with-files-larger-than-can-fit-into-memory
type: article
source: "Community Picks"
published: 2024-03-28T07:40:19.679Z
updated: 2024-05-09T09:06:08.895Z
tags: ["webassembly", "photoshop"]
reading_time: 5
upvotes: 6
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How Photoshop solved working with files larger than can fit into memory

**[Community Picks](https://daily.dev/sources/community)** · 5 min read · 6 upvotes · 0 comments

## Summary

Adobe Photoshop engineering solved the challenge of working with files larger than can fit into memory by implementing a software virtual memory system (VM) and using a mipmap representation for image data. The VM manages document data, undo history, and working storage, while scratch files provide disk-based backing for VM pages.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developer.chrome.com/blog/how-photoshop-solved-working-with-files-larger-than-can-fit-into-memory>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webassembly](https://daily.dev/tags/webassembly), [#photoshop](https://daily.dev/tags/photoshop)

[View this post on daily.dev](https://daily.dev/posts/how-photoshop-solved-working-with-files-larger-than-can-fit-into-memory-wszpmxgfz)
