Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / droundy/internment issues and pull requests

#52 - fix `deep_size_of_interned` always returns a fixed value (close #51)

Pull Request - State: closed - Opened by gmryuuko 12 days ago - 2 comments

#51 - The result of `deep_size_of_interned` is incorrect

Issue - State: closed - Opened by gmryuuko 12 days ago - 3 comments

#50 - Bump the minimal supported Rust version to 1.70 (released on 1 June 2023)

Pull Request - State: closed - Opened by jakubadamw 3 months ago - 1 comment

#49 - Serde does not work with `Intern<str>` but works for `ArcIntern<str>`

Issue - State: closed - Opened by Eh2406 5 months ago - 1 comment

#47 - Arena doc fixes

Pull Request - State: closed - Opened by aidanbabo 5 months ago

#46 - Upgrade hashbrown to 0.14

Pull Request - State: closed - Opened by jakubadamw 5 months ago - 1 comment

#45 - Is there a way to find out if a value is already interned?

Issue - State: open - Opened by lfnoise 7 months ago - 1 comment

#44 - Add shrink_to_fit to ArcIntern

Issue - State: open - Opened by ofek-sha 8 months ago

#43 - Bump ahash dependency version

Pull Request - State: closed - Opened by joshlf 8 months ago

#41 - Cache some types for `get_container`

Pull Request - State: closed - Opened by gwy15 over 1 year ago - 1 comment

#40 - loosen `T` to be `?Sized` for `ArcIntern`

Pull Request - State: closed - Opened by gwy15 over 1 year ago - 6 comments

#39 - Loosen `T` for `ArcIntern` to `?Sized`

Issue - State: closed - Opened by gwy15 over 1 year ago - 3 comments

#38 - Make `parking_lot` optional

Issue - State: closed - Opened by zesterer almost 2 years ago - 1 comment

#37 - Add into_ref(self) -> &'a T for InternArena<'a, T>

Pull Request - State: closed - Opened by ThePuzzlemaker about 2 years ago - 6 comments

#36 - Borrow for Intern with HashMap has peculiar behavior

Issue - State: closed - Opened by stuhood over 2 years ago - 4 comments

#35 - Make `Intern` smaller by using 32-bit arena id?

Issue - State: closed - Opened by danleh over 2 years ago - 6 comments

#34 - 0.5.6 breaks semantic versioning.

Issue - State: closed - Opened by ryzhyk over 2 years ago - 4 comments

#33 - Maintain CHANGELOG

Issue - State: closed - Opened by dvtomas over 2 years ago - 3 comments

#32 - Add rykv support for Serialization, Archive and Deserialization

Pull Request - State: open - Opened by Miaxos over 2 years ago - 6 comments

#30 - Docs do not include ArcIntern

Issue - State: closed - Opened by isg over 2 years ago - 1 comment

#29 - Use 32 per-type container lists instead of one

Pull Request - State: closed - Opened by stepancheg over 2 years ago - 5 comments

#28 - In Intern::new compute the hash before acquiring the mutex

Pull Request - State: open - Opened by stepancheg over 2 years ago - 10 comments

#27 - Add ahash hasher to replicate dashmap 3.x hasher setup

Pull Request - State: closed - Opened by ahornby about 3 years ago - 1 comment

#26 - update dashmap dependency to pick up 4.x releases

Pull Request - State: closed - Opened by ahornby about 3 years ago - 2 comments

#25 - Clean up some Clippy lints

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#24 - Add Intern::as_ref to access &'static T

Pull Request - State: closed - Opened by dtolnay about 3 years ago - 1 comment

#23 - Fix crate name located in droundy/easybench-rs repo

Pull Request - State: closed - Opened by dtolnay about 3 years ago - 1 comment

#22 - Fails to compile from git due to easybench change

Issue - State: closed - Opened by dtolnay about 3 years ago

#21 - Expose &'static T from Intern<T>

Issue - State: closed - Opened by dtolnay about 3 years ago - 1 comment

#20 - Intern<T>: Data race allowed on T

Issue - State: closed - Opened by JOE1994 over 3 years ago - 2 comments

#19 - Upgrade hashbrown version to 0.9 and make a new release

Issue - State: closed - Opened by dvtomas over 3 years ago - 1 comment

#18 - Feature flags on individual Intern types?

Issue - State: closed - Opened by dvtomas almost 4 years ago - 3 comments

#17 - Dashmap for ArcIntern storage

Pull Request - State: closed - Opened by ahornby almost 4 years ago - 5 comments

#16 - Add a test that ArcIntern drops the interned item

Pull Request - State: closed - Opened by ahornby almost 4 years ago - 1 comment

#15 - small cleanups: cargo fmt & fix unnecessary unsafe warning

Pull Request - State: closed - Opened by ahornby almost 4 years ago - 3 comments

#14 - Test threading

Pull Request - State: closed - Opened by ahornby almost 4 years ago

#13 - Make a major release to get the serde feature flag out there.

Issue - State: closed - Opened by droundy about 4 years ago - 1 comment

#12 - Make serde optional

Pull Request - State: closed - Opened by JCapucho about 4 years ago

#11 - Possible race condition in `ArcIntern::drop`.

Issue - State: closed - Opened by ryzhyk about 4 years ago - 17 comments
Labels: bug, help wanted

#10 - Fix documentation about the use of the mutex.

Issue - State: closed - Opened by ryzhyk about 4 years ago - 1 comment

#9 - Added InternTable

Pull Request - State: open - Opened by zesterer over 4 years ago - 3 comments

#8 - Fix #7 - deadlock on dropping recursive enum containing `ArcIntern<T>`

Pull Request - State: closed - Opened by MichaelRawson almost 5 years ago - 3 comments

#7 - `ArcIntern<T>` deadlocks on drop with recursive enum.

Issue - State: closed - Opened by MichaelRawson almost 5 years ago - 2 comments

#6 - Rewrite `internship` to `internment`

Pull Request - State: closed - Opened by spl about 5 years ago - 1 comment

#5 - Add benchmarking

Issue - State: closed - Opened by droundy almost 6 years ago - 1 comment
Labels: enhancement

#3 - Avoid taking Mutex on clone of ArcIntern

Issue - State: closed - Opened by droundy over 6 years ago - 1 comment

#2 - Some initial thoughts

Issue - State: closed - Opened by Eh2406 over 6 years ago - 1 comment

#1 - Implemented Hash for Intern

Pull Request - State: closed - Opened by felixtyson over 6 years ago