issues
search
kanidm
/
concread
Concurrently Readable Data Structures for Rust
Mozilla Public License 2.0
343
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix Stacked Borrow violations in `BptreeMap`
#125
preston-evans98
closed
1 month ago
2
Acceptable for load balancing use case?
#124
jamesmunns
closed
2 months ago
3
Release 5.3
#123
Firstyear
closed
2 months ago
0
Such rabbit hole like wow
#122
yaleman
closed
4 months ago
0
fix BptreeMap doube free on remove
#121
Erigara
closed
4 months ago
0
Fix BptreeMap range iter adjacent leaves
#120
Erigara
closed
4 months ago
2
Fix BptreeMap range iter end condtition
#119
Erigara
closed
4 months ago
1
BUG: BptreeMap range return wrong result
#118
Erigara
closed
2 months ago
5
v5.2 - Resolve memory leak in arcache
#117
Firstyear
closed
4 months ago
0
Allow an inplace update to prevent a clone
#116
Firstyear
closed
5 months ago
0
Update to 0.5.0
#115
Firstyear
closed
7 months ago
0
Implement Default for the cells if the inner type does.
#114
adamreichold
closed
8 months ago
0
Remove mutual exclusion from the read side of all CowCell variants
#113
adamreichold
closed
8 months ago
1
Enable serialization of both collections and read transactions
#112
adamreichold
closed
8 months ago
0
RFC: Make LinCowCell::read sync as it never blocks
#111
adamreichold
closed
8 months ago
11
Release 0.4.6
#110
Firstyear
closed
8 months ago
0
Extend Serde support to cover asynch maps.
#109
adamreichold
closed
8 months ago
1
Release 0.4.5
#108
Firstyear
closed
8 months ago
0
For completeness' sake, add Serde support also for BptreeMap and HashTrie.
#107
adamreichold
closed
8 months ago
2
RFC: Add optional Serde support for HashMap
#106
adamreichold
closed
8 months ago
3
Bump ahash and lru dependencies to their current stable versions
#105
adamreichold
closed
8 months ago
1
Update to 0.4.4
#104
Firstyear
closed
10 months ago
0
Add basic range mut
#103
Firstyear
closed
10 months ago
0
Implement range_mut for BptreeMap
#102
Ekleog
closed
10 months ago
3
Consider adding `Arc`/atomic reference counting instead of eagerly cloning
#101
GregoryConrad
closed
11 months ago
3
Remove implied lifetimes
#100
mversic
closed
11 months ago
1
Fix lifetime for get in bptree
#99
Erigara
closed
1 year ago
0
Add ?Sized bounds for range methods
#98
Erigara
closed
1 year ago
1
Way to combine multiple `concread` structures?
#97
Erigara
closed
1 year ago
6
add double extend test
#96
Firstyear
closed
1 year ago
0
Add get first/last to btree map
#95
Firstyear
closed
1 year ago
0
Updating lru to 0.10
#94
plugwash
closed
8 months ago
1
20230704 update
#93
Firstyear
closed
1 year ago
0
Double-free in HashTrie
#92
dswd
closed
1 year ago
2
Release
#91
Firstyear
closed
1 year ago
0
Disable thread cache by default, rename feature.
#90
Firstyear
closed
1 year ago
0
fails to build on armel, mipsel, powerpc
#89
tjaalton
closed
1 year ago
7
20221118 remove crossbeam scope
#88
Firstyear
closed
1 year ago
0
Why are write transactions abort by default?
#87
axos88
closed
2 years ago
3
Docs for ArcacheBuilder::set_watermark() need updating at some point
#86
yaleman
opened
2 years ago
0
Updooting the docs
#85
yaleman
closed
2 years ago
2
Shared memory storage of BptreeMap
#84
NewbiZ
closed
2 years ago
5
enable chonk nodes by default
#83
Firstyear
closed
2 years ago
0
(cargo-release) version 0.4.0
#82
Firstyear
closed
2 years ago
0
65 stats improvement
#81
Firstyear
closed
2 years ago
0
20220718 sptr miri
#80
Firstyear
closed
2 years ago
0
Fixing linting, typo, adding testing
#79
yaleman
closed
2 years ago
0
Undefined Behavior in ARCacheReadTxn::get
#78
y21
closed
2 years ago
3
Change points to sptr to assist miri
#77
Firstyear
closed
2 years ago
0
Improvements to bptree iter - range and double ended
#76
Firstyear
closed
2 years ago
0
Next