SpiceQA
Questions
Tags
Users
Badges
reference-counting
37 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why does Serde not support Rc and Arc types by default?
user_398640
0
•
asked Mar 9, 2020
4
1
853
serde
rust
reference-counting
Calling map on an Option<Rc<Struct>> works differently than calling it on a Option<Rc<i32>>
user_11685699
0
•
asked Jun 22, 2019
2
1
123
dereference
rust
reference-counting
smart-pointers
Is it possible to map an Rc<T> to get an Rc<Subpart-of-T>?
user_139766
0
•
asked Jan 15, 2019
3
3
188
rust
reference-counting
Is it possible to get Clang Static Analyzer to understand reference-counting?
user_131930
0
•
asked Jan 12, 2019
6
0
650
reference-counting
clang-static-analyzer
c++
How does Rust handle the "island of isolation" (cycles of references) scenario for reference-counted types?
user_9676274
0
•
asked Dec 28, 2018
14
1
830
rust
reference-counting
R object reference counting
user_528894
0
•
asked Oct 29, 2018
3
1
304
data.table
reference-counting
r
Understanding C++ std::shared_ptr
user_10169558
0
•
asked Oct 22, 2018
7
2
2398
reference-counting
shared-ptr
smart-pointers
c++
two shared_ptr from same enable_shared_from_this instance
user_415784
0
•
asked Nov 13, 2017
7
2
830
enable-shared-from-this
weak-ptr
reference-counting
shared-ptr
c++
Assigning a shared_ptr to an offset of an array
user_2548187
0
•
asked Sep 27, 2017
10
1
428
reference-counting
shared-ptr
arrays
c++
Swift 4: Are Strings reference counted & how to get that count
user_4048562
0
•
asked Sep 15, 2017
7
1
778
reference-counting
swift
optimization
string
performance
Prev
Prev
1
2
3
(current)
4
Next
Next
Hot Questions