pullrequests Search Results * thread language:JavaScript language:Rust
Filter by
769k results
(451 ms)769k results
- manojVivek
- 1
- Opened 10 days ago
- #525
Adds multi-threading to the BiS solver through the worker_threads built-in library, resulting in a runtime improvement
of over 10x.
AI disclaimer: The core structure of the async loop was generated ...
- zqsz-xiv
- Opened 7 days ago
- #1
- AadiSrivastava05
- Opened 2 days ago
- #7
Summary
Replaces per-context on-demand thread spawning with a fixed-size thread pool of LocalExecutors. Addresses #371.
- Fixed pool: MultithreadBuilder::build() eagerly spawns N worker threads ...
- heeckhau
- 1
- Opened 2 days ago
- #374
Problem
The --max-threads flag was silently ignored due to two bugs:
1. Memory clamping fired automatically whenever --max-threads was set, overriding the user s request (on 8GB RAM:
floor(8 ...
- Gosha250311
- Opened 2 days ago
- #2082
Motivation
The block execution pipeline (warmer, executor, merkleizer) runs on scoped threads that compete with background work
(networking, syncing, RocksDB compaction) for CPU time. Setting high ...
L1
performance
- ilitteri
- 13
- Opened 5 days ago
- #6302
Refactor async drop to avoid tokio multi-thread runtime requirement
Technically there could have also been deadlocks under a multi-threaded host runtime environment.
Summary
- Remove futures ...
- aughey
- Opened 2 days ago
- #2
Motivation
- Prevent duplicate direct-message threads by introducing a canonical thread id and deterministic selection logic for
existing DM threads.
- Provide server endpoints to archive DM ...
- 0xGitteth
- 1
- Opened 5 days ago
- #180
Stacked PR
Use this link to review incremental changes.
- stack/workload-grouping [Files changed]
- stack/table-info [Files changed]
- stack/fix-read-runner-parallel [Files changed] ...
breaking-change
- lorenarosati
- 1
- Opened 2 days ago
- #2044