Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / xacrimon/dashmap issues and pull requests
#316 - bug with tokio oneshot
Issue -
State: open - Opened by ActivePeter 3 days ago
#315 - Weight & Capacity questions
Issue -
State: open - Opened by NathanielPrescott 28 days ago
#314 - update hashbrown to v0.15
Pull Request -
State: open - Opened by conradludgate about 1 month ago
- 1 comment
#313 - Document Required: RwLock in this crate compared to the RwLock in parking_lot/std
Issue -
State: open - Opened by YjyJeff about 2 months ago
#312 - Set readme contents as crate docs
Pull Request -
State: open - Opened by barafael about 2 months ago
#311 - `capacity` behavior does not align with its documentation
Issue -
State: open - Opened by zacknewman about 2 months ago
- 2 comments
#310 - Unclear documentation for remove_if
Issue -
State: open - Opened by anlumo 2 months ago
#309 - Question if dashset insert is atomic
Issue -
State: open - Opened by hasethuraman 3 months ago
#308 - Add typesize::TypeSize implementation for DashMap/DashSet
Pull Request -
State: closed - Opened by GnomedDev 3 months ago
#307 - more efficiently create dashmaps
Pull Request -
State: open - Opened by Vrtgs 3 months ago
#306 - performance reduced in 6.x
Issue -
State: open - Opened by tyan-boot 5 months ago
- 4 comments
#305 - fix deadlock in shrink_to_fit
Pull Request -
State: closed - Opened by xacrimon 5 months ago
#304 - Deadlocking when calling `DashMap::shrink_to_fit()` on version `6.0.0`
Issue -
State: closed - Opened by JesusGuzmanJr 5 months ago
- 4 comments
#303 - cache-align the shards to improve throughput
Pull Request -
State: closed - Opened by conradludgate 6 months ago
- 1 comment
#302 - Re-export Entry types at top level
Pull Request -
State: closed - Opened by joshtriplett 6 months ago
- 1 comment
#301 - full/all feature missing
Issue -
State: open - Opened by duaneking 6 months ago
#300 - Allow map_in_place to be called when the callee is already panicking.
Pull Request -
State: closed - Opened by dtzxporter 7 months ago
- 3 comments
#299 - Typo in tag `v.5.5.3`
Issue -
State: open - Opened by VorpalBlade 8 months ago
#298 - Add `determine_map()`, `determine_shard()`, and `hasher()` methods to `ReadOnlyView`
Pull Request -
State: open - Opened by s-arash 8 months ago
#297 - Custom allocator support
Issue -
State: open - Opened by Colecf 9 months ago
- 4 comments
#296 - Does Dashmap Re-Size Itself ?
Issue -
State: open - Opened by borgben 10 months ago
- 1 comment
#295 - Avoid overallocating or growing Vec in Clone
Pull Request -
State: open - Opened by GnomedDev 10 months ago
#294 - Use FixedArray instead of Box<[T]>
Pull Request -
State: closed - Opened by GnomedDev 10 months ago
#293 - Implements get_or_insert for write once workloads.
Pull Request -
State: open - Opened by geekbeast 10 months ago
- 5 comments
#292 - Immutable-only value access
Issue -
State: closed - Opened by AshleySchaeffer 10 months ago
- 2 comments
#291 - Trait bounds not satisfied for ParallelIterator methods?
Issue -
State: open - Opened by OtherJohnGray 11 months ago
- 1 comment
#290 - Fix soundness bug and refactor away unnecessary UnsafeCell.
Pull Request -
State: open - Opened by Bwallker about 1 year ago
#289 - RFC: support "soft" synchronization for Async Runtime
Issue -
State: open - Opened by thorseraq about 1 year ago
- 5 comments
#288 - Loom support
Issue -
State: open - Opened by sistemd about 1 year ago
- 2 comments
#287 - Replace internal hashtable with hashbrown RawTable
Pull Request -
State: closed - Opened by arthurprs about 1 year ago
- 4 comments
#286 - Missing HashSet functions? (is_disjoint, is_subset, is_superset, difference, intersection, symmetric_difference)
Issue -
State: closed - Opened by codecnotsupported about 1 year ago
- 1 comment
#285 - Non-Arc iterators / Interior iteration.
Issue -
State: open - Opened by XAMPPRocky about 1 year ago
- 1 comment
#284 - question when iter to remove key
Issue -
State: open - Opened by Cassuis about 1 year ago
- 1 comment
#283 - fix: support alternative states for AsRef/Display of MappedRef
Pull Request -
State: open - Opened by aminya about 1 year ago
#282 - Lints
Pull Request -
State: open - Opened by chris-ha458 about 1 year ago
#281 - By-reference version of `extend`
Issue -
State: open - Opened by clarfonthey about 1 year ago
#280 - Implement DashCounter
Issue -
State: open - Opened by chris-ha458 about 1 year ago
- 1 comment
#279 - Bump msrv to 1.65
Pull Request -
State: closed - Opened by xacrimon about 1 year ago
#278 - Cloning iterators
Pull Request -
State: open - Opened by clarfonthey over 1 year ago
#277 - feat: add DashSet::with_shard_amount and it's kin to mirror DashMap::with_shard_amount
Pull Request -
State: open - Opened by tomkarw over 1 year ago
#276 - Implement DashSet::with_shard_amount to mirror DashMap::with_shard_amount
Issue -
State: open - Opened by tomkarw over 1 year ago
#275 - Relax trait bounds on generic parameters
Pull Request -
State: open - Opened by tomkarw over 1 year ago
#274 - refactor: replace Borrow requirement on key with hashbrown::Equivalent
Pull Request -
State: open - Opened by tomkarw over 1 year ago
#273 - assert that the shard count is not 1
Pull Request -
State: closed - Opened by xacrimon over 1 year ago
#272 - add support for arbitrary
Pull Request -
State: closed - Opened by xacrimon over 1 year ago
- 1 comment
#271 - update deps & toolchain to stable-1.64
Pull Request -
State: closed - Opened by xacrimon over 1 year ago
- 1 comment
#270 - Upgraded hashbrown to 0.14
Pull Request -
State: closed - Opened by Razican over 1 year ago
#269 - Add optional arbitrary support
Pull Request -
State: closed - Opened by jyn514 over 1 year ago
- 1 comment
#268 - Cargo install a package cannot build dashmap library
Issue -
State: open - Opened by Riverboat8865 over 1 year ago
- 1 comment
#267 - Bump rust version
Pull Request -
State: closed - Opened by s1341 over 1 year ago
#266 - feat: More HashMap parity: values / keys helpers
Issue -
State: open - Opened by jrwats over 1 year ago
- 1 comment
#265 - DashMap::entry suggests additional documentation which is missing
Issue -
State: open - Opened by vi over 1 year ago
#264 - Implement `Serialize` for reference types
Pull Request -
State: closed - Opened by Threated over 1 year ago
#263 - Implement `Serialize` for reference types
Pull Request -
State: closed - Opened by Threated over 1 year ago
#262 - Implementing PartialEq for ReadOnlyView
Issue -
State: open - Opened by YoshieraHuang over 1 year ago
#261 - feat: implement AsRef and Display for MappedRef
Pull Request -
State: closed - Opened by aminya over 1 year ago
#260 - API with no locking behaviors when having the owner ship or mutable reference of `DashMap`
Issue -
State: open - Opened by hyf0 over 1 year ago
#259 - Only hash keys once
Pull Request -
State: closed - Opened by arthurprs over 1 year ago
- 10 comments
#259 - Only hash keys once
Pull Request -
State: open - Opened by arthurprs over 1 year ago
#258 - Relax trait bounds on generic parameters
Issue -
State: open - Opened by newgrp over 1 year ago
- 1 comment
#258 - Relax trait bounds on generic parameters
Issue -
State: open - Opened by newgrp over 1 year ago
#257 - ensure shard count == # keys
Issue -
State: open - Opened by amilkov3 over 1 year ago
- 1 comment
#257 - ensure shard count == # keys
Issue -
State: open - Opened by amilkov3 over 1 year ago
- 1 comment
#256 - Prevent panic when initializing Dashmap with a single shard
Pull Request -
State: closed - Opened by cjwcommuny over 1 year ago
- 2 comments
#255 - Feature Flag Release
Issue -
State: closed - Opened by TTWNO over 1 year ago
- 3 comments
#254 - How can I return the RefMut wrapper of a hashmap value in dashmap?
Issue -
State: closed - Opened by malongshuai over 1 year ago
- 1 comment
#254 - How can I return the RefMut wrapper of a hashmap value in dashmap?
Issue -
State: closed - Opened by malongshuai over 1 year ago
- 1 comment
#253 - Key-level guarantees
Issue -
State: open - Opened by viniciusd almost 2 years ago
- 2 comments
#252 - Use std HashMap.
Pull Request -
State: closed - Opened by BratSinot almost 2 years ago
- 1 comment
#252 - Use std HashMap.
Pull Request -
State: closed - Opened by BratSinot almost 2 years ago
- 1 comment
#251 - fmt
Pull Request -
State: closed - Opened by xacrimon almost 2 years ago
#251 - fmt
Pull Request -
State: closed - Opened by xacrimon almost 2 years ago
#250 - chore: bump hashbrown to v0.13 && bump MSRV
Pull Request -
State: open - Opened by TennyZhuang almost 2 years ago
- 5 comments
#250 - chore: bump hashbrown to v0.13 && bump MSRV
Pull Request -
State: closed - Opened by TennyZhuang almost 2 years ago
- 7 comments
#249 - Added optional feature to enable inline in `hashbrown` crate.
Pull Request -
State: closed - Opened by Jerrody almost 2 years ago
#248 - Consider making `RefMut::new` public when raw-api is enabled
Issue -
State: open - Opened by SnowyCoder almost 2 years ago
#248 - Consider making `RefMut::new` public when raw-api is enabled
Issue -
State: open - Opened by SnowyCoder almost 2 years ago
#247 - Replace contents of dashmap with another
Issue -
State: closed - Opened by esemeniuc almost 2 years ago
- 1 comment
#247 - Replace contents of dashmap with another
Issue -
State: closed - Opened by esemeniuc almost 2 years ago
- 1 comment
#246 - Feature request: thread safety for `MappedRef`
Issue -
State: open - Opened by infiniwave almost 2 years ago
#246 - Feature request: thread safety for `MappedRef`
Issue -
State: open - Opened by infiniwave almost 2 years ago
#245 - feat req: `try_insert`
Issue -
State: open - Opened by gitmalong almost 2 years ago
- 1 comment
#245 - feat req: `try_insert`
Issue -
State: open - Opened by gitmalong almost 2 years ago
- 2 comments
#244 - thread 'tokio-runtime-worker' has overflowed its stack
Issue -
State: closed - Opened by gitmalong almost 2 years ago
- 2 comments
#244 - thread 'tokio-runtime-worker' has overflowed its stack
Issue -
State: closed - Opened by gitmalong almost 2 years ago
- 2 comments
#243 - Ways to debug deadlocks
Issue -
State: open - Opened by gitmalong almost 2 years ago
- 10 comments
#243 - Ways to debug deadlocks
Issue -
State: open - Opened by gitmalong almost 2 years ago
- 13 comments
#242 - Implement `serde::Serialize` for `Ref, RefMulti, RefMut, MappedRef etc.`
Issue -
State: closed - Opened by andrei-toterman almost 2 years ago
- 1 comment
#242 - Implement `serde::Serialize` for `Ref, RefMulti, RefMut, MappedRef etc.`
Issue -
State: closed - Opened by andrei-toterman almost 2 years ago
- 1 comment
#241 - Pre-checks before writing a backup/persistence layer for DashMap
Issue -
State: open - Opened by laralove143 almost 2 years ago
- 2 comments
#241 - Pre-checks before writing a backup/persistence layer for DashMap
Issue -
State: open - Opened by laralove143 almost 2 years ago
- 2 comments
#240 - miri failure in `entry`
Issue -
State: open - Opened by droundy almost 2 years ago
- 1 comment
#240 - miri failure in `entry`
Issue -
State: open - Opened by droundy almost 2 years ago
- 2 comments
#239 - Feature Request: make `len()` require no locks on shards
Issue -
State: closed - Opened by ClSlaid about 2 years ago
- 1 comment
#239 - Feature Request: make `len()` require no locks on shards
Issue -
State: closed - Opened by ClSlaid about 2 years ago
- 1 comment
#238 - Question -How to fix it ::`(dyn WsSymbols + 'static)` cannot be sent between threads safely
Issue -
State: closed - Opened by dasauto2016 about 2 years ago
- 1 comment
#238 - Question -How to fix it ::`(dyn WsSymbols + 'static)` cannot be sent between threads safely
Issue -
State: closed - Opened by dasauto2016 about 2 years ago
- 1 comment
#237 - Add `shards_mut()` and `into_shards()` to `DashMap` and `shards()` to `ReadOnlyView`
Pull Request -
State: closed - Opened by s-arash about 2 years ago
#237 - Add `shards_mut()` and `into_shards()` to `DashMap` and `shards()` to `ReadOnlyView`
Pull Request -
State: closed - Opened by s-arash about 2 years ago
#236 - Dashmap compilation breaks with rustc version `1.64.0`
Issue -
State: closed - Opened by ControlCplusControlV about 2 years ago