Recipe for Rc?
Open
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 157
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 1
Description
Is there a recipe for creating an Rc with bumpalo? I'm trying to avoid the heap allocation(s) that happen inside of Rc.
(For reference, using the `Rc::from_box` function still appears to cause heap allocations.)
Thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing bumpalo's Rust APIs related to Rc and the referenced Rc::from_box function. Trace where allocations occur and determine whether an allocation-free recipe can be supported or documented; done means the issue has a clear, verified answer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100