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

Optimize memory usage in build process #1284

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bernardoforcillo
Copy link

@bernardoforcillo bernardoforcillo commented Feb 2, 2025

Implement streaming methods, caching mechanisms, and file watching to address memory limit issues.

Streaming Methods

  • Add createReadStream and createWriteStream for file operations in src/index.ts and src/rollup.ts.

Caching Mechanisms

  • Introduce LRU cache to store intermediate build results in src/index.ts and src/rollup.ts.

File Watching

  • Implement file watching using chokidar in src/index.ts and src/rollup.ts.

For more details, open the Copilot Workspace session.

Implement streaming methods, caching mechanisms, and file watching to address memory limit issues.

**Streaming Methods**
* Add `createReadStream` and `createWriteStream` for file operations in `src/index.ts` and `src/rollup.ts`.

**Caching Mechanisms**
* Introduce LRU cache to store intermediate build results in `src/index.ts` and `src/rollup.ts`.

**File Watching**
* Implement file watching using `chokidar` in `src/index.ts` and `src/rollup.ts`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/egoist/tsup?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

codesandbox bot commented Feb 2, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Feb 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tsup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 2, 2025 10:33am

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

Successfully merging this pull request may close these issues.

1 participant