issues
search
tikv
/
yatp
Yet another thread pool in rust for both callbacks or futures.
Apache License 2.0
135
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update dashmap requirement from 5.1 to 6.1
#84
dependabot[bot]
opened
2 months ago
0
Update dashmap requirement from 5.1 to 6.0
#83
dependabot[bot]
closed
2 months ago
1
resource leak in nested task
#82
tabokie
closed
1 year ago
3
support fetching thread limit from ThreadPool
#81
SpadeA-Tang
closed
1 year ago
0
too many cpu cost in single_level::LocalQueue::pop
#80
mzygQAQ
opened
1 year ago
0
Update criterion requirement from 0.4 to 0.5
#79
dependabot[bot]
closed
1 year ago
0
Make prioirty tuple
#78
Connor1996
closed
1 year ago
1
add task metrics for priority runner
#77
glorv
closed
1 year ago
1
build: set more accurate version of crossbeam-deque
#76
glorv
closed
1 year ago
1
build: update corssbeam-deque to release versoin
#75
glorv
closed
1 year ago
2
cargo.toml TODO makes other projects compile error
#74
Tianion
opened
1 year ago
1
queue: make the cleanup interval configurable
#73
zyguan
closed
1 year ago
1
queue: support priority queue
#72
glorv
closed
1 year ago
9
fix task total execute time tracker
#71
glorv
closed
1 year ago
1
Update criterion requirement from 0.3 to 0.4
#70
dependabot[bot]
closed
1 year ago
0
use different batch size for each level queue
#69
glorv
closed
2 years ago
14
simplify the implement of mark_sleep and mark_woken
#68
glorv
opened
2 years ago
0
add some new metrics
#67
glorv
closed
2 years ago
0
Add getters for fields in Extras
#66
sticnarf
closed
2 years ago
0
Support dynamically scaling workers of the pool
#65
ethercflow
closed
2 years ago
4
Update dashmap requirement from 4.0 to 5.1
#64
dependabot[bot]
closed
2 years ago
0
Update parking_lot_core requirement from 0.8 to 0.9
#63
dependabot[bot]
closed
2 years ago
0
Update dashmap requirement from 4.0 to 5.0
#62
dependabot[bot]
closed
2 years ago
1
Support dynamically scaling workers of the pool (#60)
#61
ethercflow
closed
2 years ago
6
Support dynamically scaling workers of the pool
#60
ethercflow
closed
2 years ago
0
Update fail requirement from 0.4 to 0.5
#59
dependabot[bot]
closed
3 years ago
0
Update prometheus requirement from 0.12 to 0.13
#58
dependabot[bot]
closed
3 years ago
0
Run address sanitizer on CI
#57
sticnarf
closed
3 years ago
0
Reduce one allocation in spawning a future
#56
sticnarf
closed
3 years ago
2
Data race in crossbeam-deque
#55
youjiali1995
closed
3 years ago
2
fix link in readme
#54
you06
closed
3 years ago
0
Update dependencies & Add dependabot
#53
koushiro
closed
3 years ago
1
Use GitHub Actions to test and bench
#52
JmPotato
closed
3 years ago
2
Refine README.md to update futures version
#51
JmPotato
closed
3 years ago
3
fix redundant pattern matching clippy lints warning
#50
yaozongyou
closed
3 years ago
0
using compare_exchange instead of deprecated compare_and_swap
#49
yaozongyou
closed
3 years ago
0
Update tokio to 0.3
#48
liufuyang
closed
3 years ago
7
Make futures only hold weak ptr of the core
#47
sticnarf
closed
4 years ago
7
Future does not drop after yatp pool has stopped.
#46
Little-Wallace
closed
4 years ago
1
ban local spawns across pools
#45
sticnarf
closed
4 years ago
3
Support futures that can block
#44
BusyJay
opened
4 years ago
0
Add license scan report and status
#43
fossabot
closed
4 years ago
0
update to the latest dependencies
#42
koushiro
closed
4 years ago
1
A simple way to create custom executors
#41
ghost
opened
4 years ago
1
Add clone trait for builder
#40
Little-Wallace
opened
4 years ago
1
adjust active thread count adaptively
#39
sticnarf
opened
4 years ago
0
*: adjust benchmark
#38
BusyJay
closed
4 years ago
1
multilevel: use atomic for elapsed time
#37
BusyJay
closed
4 years ago
1
pool: detect joining deadlock
#36
BusyJay
closed
4 years ago
0
calculate appropriate level 0 chance
#35
sticnarf
opened
4 years ago
2
Next