issues
search
orium
/
rpds
Rust persistent data structures
Mozilla Public License 2.0
1.28k
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add new API Vector::insert and Vector::remove
#96
White-Green
opened
3 months ago
2
Feature Request: Add insert and remove API to Vector similar to Vec
#95
White-Green
opened
3 months ago
0
debug msrv failing
#94
orium
closed
6 months ago
0
Copy trait for HashTrieMap ?
#93
gl-yziquel
closed
6 months ago
3
How can a data structure be persisted to a file efficiently?
#92
tqwewe
closed
6 months ago
1
Make ptr_eq public
#91
arthurprs
opened
1 year ago
1
Change release script to use a branch for the release.
#90
orium
closed
1 year ago
0
Increase the limits of benchmarks.
#89
orium
closed
1 year ago
1
Use `triomphe::Arc` by default.
#88
michaelsproul
closed
1 year ago
7
Renamed `master` branch to `main`.
#87
orium
closed
1 year ago
1
Use `triomphe::Arc` by default.
#86
michaelsproul
closed
1 year ago
3
Add benchmarks using `triomphe::Arc`
#85
michaelsproul
closed
1 year ago
2
Add a mention of rpds.py to the README
#84
Julian
closed
1 year ago
2
FYI: Python bindings / Minor README question
#83
Julian
closed
1 year ago
2
Fix the tests of SparseArrayUsize so that it works on 32 bit computers.
#82
orium
closed
1 year ago
1
sparse_array_usize test failures on i686
#81
mattiaverga
closed
1 year ago
2
Make ptr_eq public
#80
arthurprs
closed
1 year ago
4
Draft: Map `replace`, which is like `insert`, but returns previous value (or entry?)
#79
anko
closed
1 year ago
2
Non-empty containers
#78
purefunctor
opened
1 year ago
1
Update criterion requirement from 0.4.0 to 0.5.1
#77
dependabot[bot]
closed
1 year ago
1
Update criterion requirement from 0.4.0 to 0.5.0
#76
dependabot[bot]
closed
1 year ago
2
Opening doc.
#75
Billv50
closed
1 year ago
1
Add fast-paths to rb-tree/hash-trie equality and set operations
#74
arthurprs
closed
1 year ago
2
Add a "feature" to remove _mut methods
#73
will-lx
closed
1 year ago
4
extract variants of remove on HashTrieMap and RedBlackTreeMap
#72
maboesanman
opened
1 year ago
0
Serializing multiple instances efficiently
#71
jgarvin
closed
1 year ago
1
Fixed clippy lints.
#70
orium
closed
1 year ago
0
Add sync feature for architecture that doesn't support atomic
#69
stevefan1999-personal
closed
1 year ago
1
Update criterion requirement from 0.3.6 to 0.4.0
#68
dependabot[bot]
closed
1 year ago
1
Support custom allocator
#67
stevefan1999-personal
opened
2 years ago
1
Impl Hash for RedBlackTreeSet
#66
FenrirWolf
closed
2 years ago
5
Consider providing a .pop_with_value() helper on Stack and List
#65
Wilfred
opened
2 years ago
0
Consider re-exporting archery items
#64
teoxoy
opened
2 years ago
0
`RedBlackTreeSet`'s docs mention non-existent `get` operation
#63
phrohdoh
closed
2 years ago
2
faster slicing for vectors?
#62
tiye
opened
3 years ago
3
Finger Trees
#61
SamuelMarks
opened
3 years ago
1
Update pretty_assertions requirement from 0.7 to 1.0
#60
dependabot[bot]
closed
3 years ago
1
Speedup HashTrie iteration
#59
arthurprs
closed
3 years ago
5
Is this stable for handling large scale data (> 10^8)
#58
M4tsuri
closed
3 years ago
1
Memory Usage for Debugging
#57
fredfortier
opened
3 years ago
4
Implement .range_index() for RedBlackTreeMap/RedBlackTreeSet
#56
liangyongrui
opened
3 years ago
1
HAMP vs CHAMP
#55
FrankC01
opened
3 years ago
0
Add feature to provide Trace and Finalize impls for https://github.com/Manishearth/rust-gc
#54
lalaithion
opened
3 years ago
0
Update pretty_assertions requirement from 0.6 to 0.7
#53
dependabot[bot]
closed
3 years ago
0
Add get_mut() to maps
#52
arthurprs
closed
3 years ago
4
Use the brand new intralinks and `cargo sync-readme`.
#51
orium
closed
3 years ago
1
Migrate to github actions.
#50
orium
closed
3 years ago
1
Update rand requirement from 0.7 to 0.8
#49
dependabot[bot]
closed
3 years ago
1
Update archery requirement from 0.3 to 0.4
#48
dependabot[bot]
closed
4 years ago
0
preventing stack overflow when dropping List.
#47
lulitao1997
closed
5 years ago
2
Next