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
Type
/
to 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
.
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.5k
Star
119k
Code
Issues
706
Pull requests
795
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
WIP: Pluggable thread pool
- #22631
#22631
Closed
davisjam
wants to merge 31 commits into
nodejs:master
nodejs/node:master
from
davisjam:PluggableThreadPool
davisjam/node:PluggableThreadPool
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Closed
WIP: Pluggable thread pool
#22631
davisjam
wants to merge 31 commits into
nodejs:master
nodejs/node:master
from
davisjam:PluggableThreadPool
davisjam/node:PluggableThreadPool
Copy head branch name to clipboard
Commits
Commits on Aug 31, 2018
PTP: Use uv_executor_queue_work and add options for zlib, crypto
davisjam
committed
3bd9fc0
View commit details
Copy full SHA for 3bd9fc0
Browse repository at this point
Commits on Sep 4, 2018
PTP: First pass at node::threadpool
Show description for bc0f42e
davisjam
committed
bc0f42e
View commit details
Copy full SHA for bc0f42e
Browse repository at this point
Commits on Sep 6, 2018
pTP: rewire NodePlatform to use Threadpool
Show description for 7200111
davisjam
committed
7200111
View commit details
Copy full SHA for 7200111
Browse repository at this point
PTP: Refactor out a LibuvExecutor
Show description for 662825f
davisjam
committed
662825f
View commit details
Copy full SHA for 662825f
Browse repository at this point
PTP: linting
Show description for a894655
davisjam
committed
a894655
View commit details
Copy full SHA for a894655
Browse repository at this point
PTP: Add state tracking for Tasks
Show description for 8771ad8
davisjam
committed
8771ad8
View commit details
Copy full SHA for 8771ad8
Browse repository at this point
PTP: Bugfix: start and stop DelayedTaskScheduler
Show description for 3a2bbb6
davisjam
committed
3a2bbb6
View commit details
Copy full SHA for 3a2bbb6
Browse repository at this point
PTP: BlockingDrain for Threadpool and TaskQueue
Show description for 8f6df02
davisjam
committed
8f6df02
View commit details
Copy full SHA for 8f6df02
Browse repository at this point
Commits on Sep 7, 2018
PTP: CreatePlatform creates its own TP
Show description for 5892ef7
davisjam
committed
5892ef7
View commit details
Copy full SHA for 5892ef7
Browse repository at this point
PTP: linting, comments, etc.
Show description for 95bdaad
davisjam
committed
95bdaad
View commit details
Copy full SHA for 95bdaad
Browse repository at this point
PTP: More unit tests
davisjam
committed
76ca768
View commit details
Copy full SHA for 76ca768
Browse repository at this point
PTP: Threadpool RAII; UV_THREADPOOL_SIZE
Show description for 83e91b4
davisjam
committed
83e91b4
View commit details
Copy full SHA for 83e91b4
Browse repository at this point
PTP: Cancel Tasks Post'ed to the Threadpool
Show description for a654044
davisjam
committed
a654044
View commit details
Copy full SHA for a654044
Browse repository at this point
Commits on Sep 9, 2018
PTP: Add WorkerGroup class to manage Workers
Show description for 706f2c6
davisjam
committed
706f2c6
View commit details
Copy full SHA for 706f2c6
Browse repository at this point
PTP: Expose NodeThreadpool as public TP face
Show description for d79920f
davisjam
committed
d79920f
View commit details
Copy full SHA for d79920f
Browse repository at this point
PTP: Subclass NodeThreadpool for CPU/IO split
davisjam
committed
223cfc4
View commit details
Copy full SHA for 223cfc4
Browse repository at this point
PTP: Generalize subclass type
Show description for f462078
davisjam
committed
f462078
View commit details
Copy full SHA for f462078
Browse repository at this point
PTP: ByTaskOriginPartitonedNodeThreadpool
Show description for 153dcdb
davisjam
committed
153dcdb
View commit details
Copy full SHA for 153dcdb
Browse repository at this point
Commits on Sep 10, 2018
PTP: ByTaskOriginAndTypePartitonedNodeThreadpool
Show description for 8cf91cd
davisjam
committed
8cf91cd
View commit details
Copy full SHA for 8cf91cd
Browse repository at this point
PTP: Track Task queue and run times
Show description for 21a931a
davisjam
committed
21a931a
View commit details
Copy full SHA for 21a931a
Browse repository at this point
Commits on Sep 11, 2018
PTP: Refactor to DRY in PartitionedNodeThreadpool
Show description for 076ccca
davisjam
committed
076ccca
View commit details
Copy full SHA for 076ccca
Browse repository at this point
PTP: Profiling: Sample TaskQueue lengths
Show description for ec5e624
davisjam
committed
ec5e624
View commit details
Copy full SHA for ec5e624
Browse repository at this point
PTP: Add UnpartitionedPartitionedNodeThreadpool
Show description for 2547f52
davisjam
committed
2547f52
View commit details
Copy full SHA for 2547f52
Browse repository at this point
Commits on Sep 17, 2018
PTP: Visualize threadpool behavior
Show description for 61b4cd3
davisjam
committed
61b4cd3
View commit details
Copy full SHA for 61b4cd3
Browse repository at this point
PTP: change env vars for consistency
davisjam
committed
0c40738
View commit details
Copy full SHA for 0c40738
Browse repository at this point
PTP: dump stats in either [Signal]Exit or Start
Show description for 003c147
davisjam
committed
003c147
View commit details
Copy full SHA for 003c147
Browse repository at this point
PTP: PrintStats tweaks for easy parsing
davisjam
committed
c289dcd
View commit details
Copy full SHA for c289dcd
Browse repository at this point
Commits on Sep 30, 2018
PTP: address changes in the libuv PR
davisjam
committed
c98c8d6
View commit details
Copy full SHA for c98c8d6
Browse repository at this point
REMOVE ME: PTP: include libuv changes so people can try prototype
Show description for 64ce6e1
davisjam
committed
64ce6e1
View commit details
Copy full SHA for 64ce6e1
Browse repository at this point
PTP: make linter happy
davisjam
committed
883d7fc
View commit details
Copy full SHA for 883d7fc
Browse repository at this point
REMOVE ME: PTP: include libuv changes so people can try prototype
Show description for 83e4214
davisjam
committed
83e4214
View commit details
Copy full SHA for 83e4214
Browse repository at this point
You can’t perform that action at this time.