Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cloudflare
/
computer
Public
Notifications
You must be signed in to change notification settings
Fork
512
Star
9.2k
Code
Issues
7
Pull requests
7
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Address perf bottleneck running npm install
- #1
#1
Merged
aron-cf
merged 31 commits into
main
cloudflare/computer:main
from
perf
cloudflare/computer:perf
Copy head branch name to clipboard
Jun 9, 2026
Conversation
Commits
31
聽(31)
Checks
Files changed
Merged
Address perf bottleneck running npm install
#1
aron-cf
merged 31 commits into
main
cloudflare/computer:main
from
perf
cloudflare/computer:perf
Copy head branch name to clipboard
Commits
Commits on Jun 9, 2026
dofs: add local hardlink support
Show description for 7d4a7ae
aron-cf
committed
7d4a7ae
View commit details
Copy full SHA for 7d4a7ae
Browse repository at this point
wsd: wire FUSE hardlink operations
Show description for 1728593
aron-cf
committed
1728593
View commit details
Copy full SHA for 1728593
Browse repository at this point
script: cover hardlink writes in fs tests
Show description for 9cde927
aron-cf
committed
9cde927
View commit details
Copy full SHA for 9cde927
Browse repository at this point
dofs: inline tiny sync writes
Show description for d7189fc
aron-cf
committed
d7189fc
View commit details
Copy full SHA for d7189fc
Browse repository at this point
wsd: evict clean FUSE buffers on release
Show description for e1b9e3f
aron-cf
committed
e1b9e3f
View commit details
Copy full SHA for e1b9e3f
Browse repository at this point
wsd: report FUSE buffer memory stats
Show description for a3a2471
aron-cf
committed
a3a2471
View commit details
Copy full SHA for a3a2471
Browse repository at this point
dofs: add direct range write primitives
Show description for 3ad116e
aron-cf
committed
3ad116e
View commit details
Copy full SHA for 3ad116e
Browse repository at this point
dofs: use direct writes for fd mutations
Show description for 55b6433
aron-cf
committed
55b6433
View commit details
Copy full SHA for 55b6433
Browse repository at this point
dofs: expose direct write provider methods
Show description for ee45474
aron-cf
committed
ee45474
View commit details
Copy full SHA for ee45474
Browse repository at this point
wsd: write FUSE data directly into DOFS
Show description for 7cc81d1
aron-cf
committed
7cc81d1
View commit details
Copy full SHA for 7cc81d1
Browse repository at this point
wsd: keep direct FUSE reads off the buffer cache
Show description for e643294
aron-cf
committed
e643294
View commit details
Copy full SHA for e643294
Browse repository at this point
dofs: sync inline direct-write bytes
Show description for 4b806f7
aron-cf
committed
4b806f7
View commit details
Copy full SHA for 4b806f7
Browse repository at this point
dofs: add positional readRangeSync primitive
Show description for 991ed30
aron-cf
committed
991ed30
View commit details
Copy full SHA for 991ed30
Browse repository at this point
wsd: dispatch dofs methods through prototype chain
Show description for 7bcf1c5
aron-cf
committed
7bcf1c5
View commit details
Copy full SHA for 7bcf1c5
Browse repository at this point
dofs: keep untouched chunk rows on direct writes
Show description for 9851d51
aron-cf
committed
9851d51
View commit details
Copy full SHA for 9851d51
Browse repository at this point
wsd: expose database table sizes on /__wsd/stats
Show description for a4cdf81
aron-cf
committed
a4cdf81
View commit details
Copy full SHA for a4cdf81
Browse repository at this point
dofs: buffer writes per open file and drop inline storage
Show description for 17ee0c1
aron-cf
committed
17ee0c1
View commit details
Copy full SHA for 17ee0c1
Browse repository at this point
wsd: route FUSE writes through the DOFS write buffer
Show description for 8745502
aron-cf
committed
8745502
View commit details
Copy full SHA for 8745502
Browse repository at this point
dofs: fold rowid and rev reads into INSERT/UPDATE via RETURNING
Show description for ebdf157
aron-cf
committed
ebdf157
View commit details
Copy full SHA for ebdf157
Browse repository at this point
dofs: cache file size on vfs_nodes so stat skips SUM
Show description for 4c0c4ef
aron-cf
committed
4c0c4ef
View commit details
Copy full SHA for 4c0c4ef
Browse repository at this point
dofs: defer file creation to release time
Show description for b7bbde2
aron-cf
committed
b7bbde2
View commit details
Copy full SHA for b7bbde2
Browse repository at this point
wsd: align FUSE max_read/max_write with the dofs chunk size
Show description for f4cad0a
aron-cf
committed
f4cad0a
View commit details
Copy full SHA for f4cad0a
Browse repository at this point
dofs: cache vfs_blob_bytes payloads by hash
Show description for 1db7fb8
aron-cf
committed
1db7fb8
View commit details
Copy full SHA for 1db7fb8
Browse repository at this point
docs: add a performance section to the README
Show description for 417c07e
aron-cf
committed
417c07e
View commit details
Copy full SHA for 417c07e
Browse repository at this point
docs: refresh README and schema docs for the buffered-write surface
Show description for 87f30d9
aron-cf
committed
87f30d9
View commit details
Copy full SHA for 87f30d9
Browse repository at this point
dofs: add tests for cached size, pending creates, and flush-on-rename
Show description for b4d557d
aron-cf
committed
b4d557d
View commit details
Copy full SHA for b4d557d
Browse repository at this point
dofs: bridge the write buffer cache through link/rename/unlink
Show description for 152eef2
aron-cf
committed
152eef2
View commit details
Copy full SHA for 152eef2
Browse repository at this point
docs: refresh schema invariants and tidy stale naming
Show description for b80cd16
aron-cf
committed
b80cd16
View commit details
Copy full SHA for b80cd16
Browse repository at this point
dofs,wsd: pin LRU eviction, multi-open buffers, cached size, and /__wsd/stats
Show description for 780699c
aron-cf
committed
780699c
View commit details
Copy full SHA for 780699c
Browse repository at this point
examples/think: commit worker-configuration.d.ts
aron-cf
committed
4221f18
View commit details
Copy full SHA for 4221f18
Browse repository at this point
dofs: lint fixes
aron-cf
committed
99b9833
View commit details
Copy full SHA for 99b9833
Browse repository at this point
You can鈥檛 perform that action at this time.