issues
search
cmuparlay
/
parlaylib
A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines
MIT License
320
stars
60
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Delayed sequence can be used for all algorithms that take random-access range?
#79
WhateverLiu
closed
3 weeks ago
2
Documentation error
#78
WhateverLiu
opened
1 month ago
0
TBB memory bug
#77
WhateverLiu
opened
3 months ago
1
Adding `construct()` to `parlay::allocator` causes errors
#76
WhateverLiu
closed
1 week ago
1
Does `sequence` skip default initialization
#75
WhateverLiu
closed
3 months ago
2
Hash map from `group_by_key()`
#74
WhateverLiu
closed
4 months ago
1
Obtain the current thread index rather than the id
#73
WhateverLiu
closed
4 months ago
1
type_allocator does not support non-parlay threads
#72
lihaohong6
opened
5 months ago
0
hugepages
#71
gblelloch
opened
9 months ago
0
hash_numeric fails is_monoid_for_v required for count()
#70
csheinlen
opened
9 months ago
0
thread_id_pool.h: mark variable as [[maybe_unused]]
#69
wheatman
closed
10 months ago
1
Portability fixes for Cygwin and Clang on MSYS
#68
DanielLiamAnderson
opened
11 months ago
0
Rewrite relocation to be compliant with P1144
#67
DanielLiamAnderson
closed
9 months ago
3
Fix kth_smallest not accounting for duplicate elements, and any_of
#66
DanielLiamAnderson
closed
1 year ago
2
parlay::kth_smallest fails to handle duplicated elements (segmentation fault)
#65
RomaLzhih
closed
1 year ago
0
Puzzle: Confused about the kcore reordering used in CliqueCounting
#64
xisalt
closed
1 year ago
1
Add fuzz testing to CI
#63
DanielLiamAnderson
opened
1 year ago
0
Add Dependabot for FLOSS Best Practices
#62
DanielLiamAnderson
opened
1 year ago
0
small cleanups from clang's -Weverything
#61
wheatman
closed
11 months ago
1
Unexpected behavior of parlay::any_of
#60
xindubawukong
closed
1 year ago
5
Disable exceptions when built with -fno-exceptions
#59
DanielLiamAnderson
closed
1 year ago
1
Execution in a separate scheduler environment, and new support for custom thread local variables
#58
DanielLiamAnderson
closed
1 year ago
1
Fix flatten prvalues
#57
DanielLiamAnderson
closed
1 year ago
1
Possible improvements to grouping and sorting performance
#56
DanielLiamAnderson
opened
1 year ago
0
Fix C++20 compatibility issues and faster integer hashing
#55
DanielLiamAnderson
closed
1 year ago
2
Fix memory orders for ARM
#54
DanielLiamAnderson
closed
1 year ago
1
including "parlay/parallel.h" fails to compile on anything but c++17
#53
wheatman
closed
1 year ago
3
Elastic scheduler
#52
DanielLiamAnderson
closed
1 year ago
1
bug fix
#51
gblelloch
closed
1 year ago
1
minor documentation issue on scheduler.html - broken links
#50
wheatman
opened
1 year ago
1
Missing inline on init_num_workers
#49
DanielLiamAnderson
closed
1 year ago
1
Unclear documentation on parallel_for granularity argument
#48
wheatman
closed
1 year ago
2
make_slice() appears to be copying data
#47
vigna
closed
1 year ago
4
Builds on other architectures
#46
bkmgit
opened
1 year ago
2
Update build of tests
#45
bkmgit
opened
1 year ago
0
Build will try to download GoogleTest with downloads disabled
#44
bkmgit
opened
1 year ago
0
Tag releases
#43
bkmgit
opened
1 year ago
2
Portability on Mac ARM builds
#42
ldhulipala
closed
1 year ago
7
sequential schedule plugin fixes
#41
wheatman
closed
1 year ago
2
Performance regression from #22
#40
DanielLiamAnderson
closed
1 year ago
1
Improve schedulers and parallelism API
#39
DanielLiamAnderson
closed
1 year ago
1
Update CI for Ubuntu 22.04
#38
DanielLiamAnderson
closed
1 year ago
0
Citations incorrect for suffix array
#37
Yan-Gu
opened
1 year ago
0
Fix overrun/underrun in parlay::sort
#36
jespiron
closed
1 year ago
1
segfault in parlay::sort, possibly related to size
#35
jespiron
closed
1 year ago
0
Remove busy waiting in homegrown scheduler when no jobs are spawned
#34
anivegesana
closed
1 year ago
11
Busy waiting in homegrown scheduler when no jobs are spawned
#33
anivegesana
closed
1 year ago
1
Fix a bug and allow substitution in edit distance
#32
Akatsukis
closed
1 year ago
0
sometimes encounter ”Assertion `new_size <= capacity()' failed“
#31
jsboer
closed
1 year ago
3
Some New Examples need to be provide
#30
Ashelyed
closed
9 months ago
2
Next