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
Accelerator
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
.
oven-sh
/
bun
Public
Notifications
You must be signed in to change notification settings
Fork
5k
Star
95.5k
Code
Issues
3.2k
Pull requests
4.9k
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
uws: drop us_timer_t on epoll/kqueue in favor of bun's timer heap
- #33359
#33359
Merged
Jarred-Sumner
merged 13 commits into
main
oven-sh/bun:main
from
farm/ffa10012/posix-timer-heap
oven-sh/bun:farm/ffa10012/posix-timer-heap
Copy head branch name to clipboard
Jul 10, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
uws: drop us_timer_t on epoll/kqueue in favor of bun's timer heap
#33359
Jarred-Sumner
merged 13 commits into
main
oven-sh/bun:main
from
farm/ffa10012/posix-timer-heap
oven-sh/bun:farm/ffa10012/posix-timer-heap
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
uws: drop us_timer_t on epoll/kqueue in favor of bun's timer heap
Show description for d1e12a4
robobun
committed
d1e12a4
View commit details
Copy full SHA for d1e12a4
Browse repository at this point
gc: match #32447's EventLoopTimer naming and lazy-arm
Show description for c859391
robobun
committed
c859391
View commit details
Copy full SHA for c859391
Browse repository at this point
gc: unlink the GC timers before JSC teardown, not after
Show description for e8925fd
robobun
committed
e8925fd
View commit details
Copy full SHA for e8925fd
Browse repository at this point
gc: keep the GC timers on us_timer_t under libuv
Show description for fff623a
robobun
committed
fff623a
View commit details
Copy full SHA for fff623a
Browse repository at this point
test: surface child stderr when the timerfd assertions fail
robobun
committed
d90af65
View commit details
Copy full SHA for d90af65
Browse repository at this point
ci: retrigger
Show description for be6c13e
robobun
committed
be6c13e
View commit details
Copy full SHA for be6c13e
Browse repository at this point
uws: the 'two fallthrough polls' comment is libuv-only now
Show description for 573509d
robobun
committed
573509d
View commit details
Copy full SHA for 573509d
Browse repository at this point
Drop the poll_and_drain_timers hook; tick_possibly_forever just parks
Show description for 2404aeb
robobun
committed
2404aeb
View commit details
Copy full SHA for 2404aeb
Browse repository at this point
gc: arm the GC timers on real time, never the mocked clock
Show description for b1cd516
robobun
committed
b1cd516
View commit details
Copy full SHA for b1cd516
Browse repository at this point
run: don't park on a rejected entry point that nothing can wake
Show description for 9ffcaf3
robobun
committed
9ffcaf3
View commit details
Copy full SHA for 9ffcaf3
Browse repository at this point
event_loop: bound tick_possibly_forever's park at 1s
Show description for 0bc174d
robobun
committed
0bc174d
View commit details
Copy full SHA for 0bc174d
Browse repository at this point
Commits on Jul 10, 2026
Cut the cfg-split: fix ensure_uv_timer instead of working around it
Show description for a211ba9
robobun
committed
a211ba9
View commit details
Copy full SHA for a211ba9
Browse repository at this point
Delete pointless test
Jarred-Sumner
authored
bcb8da2
View commit details
Copy full SHA for bcb8da2
Browse repository at this point
You can’t perform that action at this time.