Search code examples
Do we need to use root = None during in the function? (python BST, reference counting)...


pythonbinary-search-treereference-counting

Read More
Why are references to python values, that are function parameters, stored on the stack(frame) in CPy...


pythonfunctioncpythonreference-counting

Read More
When is the reference count for a local variable in a python function decreased?...


pythonlocal-variablesreference-counting

Read More
Method call after garbage collection is finished...


pythongarbage-collectiondestructorreference-counting

Read More
Does C++ offer a thread-safe reference counter?...


c++reference-counting

Read More
Swift: keeping a strong reference to a weak variable...


swiftautomatic-ref-countingweak-referencesreference-counting

Read More
Understanding reference count in python...


pythongarbage-collectionreference-counting

Read More
What is the best practice of passing reference counted C++ objects to Lua?...


c++luareference-counting

Read More
Rust: implementing an iterator from a vector of std::Rc smart pointers...


rustownershipreference-counting

Read More
Why does unwrapping a cloned Rc cause a panic?...


rustreference-countingpanic

Read More
Intel TBB input_node output value caching delays resource release. Workaround ideas?...


c++shared-ptrtbbreference-countingtbb-flow-graph

Read More
Reset scoped container in inversifyjs...


typescriptmemory-leaksgarbage-collectionreference-countinginversifyjs

Read More
Is it possible to create a circular data structure in Scheme without mutation?...


functional-programmingschemereference-counting

Read More
Map from Rc<RefCell<T>> to Ref<'_, U>...


rustreferenceborrow-checkerreference-countingborrowing

Read More
How to read & modify value of node in linked tree?...


rusttreereference-countingborrowinginterior-mutability

Read More
Handling duplicates keys within an AVL tree...


binary-treebinary-search-treeavl-treereference-counting

Read More
Why no Reference Counting + Garbage Collection in C#?...


c#garbage-collectionreference-counting

Read More
Reference counted structure exposing a POD interface...


c++reference-countingbinary-compatibility

Read More
Why don't these lock-free reference counting implementations explode (or do they)?...


c++concurrencylock-freereference-counting

Read More
Lock-free Reference Counting...


c#.netconcurrencylockingreference-counting

Read More
Reference counting a block of memory with GLib...


cglibreference-counting

Read More
How do I box Arc and Mutexed variables?...


multithreadingrustmutexreference-counting

Read More
Why does Arc::try_unwrap() cause a panic?...


error-handlingrustsmart-pointersreference-counting

Read More
Can I avoid using explicit lifetime specifiers and instead use reference counting (Rc)?...


rustreferencelifetimereference-countingborrowing

Read More
rust clone() vs Rc or Arc?...


rustclonereference-counting

Read More
Automatically derive traits implementation for Arc...


rusttraitsreference-counting

Read More
How is a reference counter implemented at compile time?...


memory-managementgarbage-collectioncompiler-constructionstatic-analysisreference-counting

Read More
How to freeze an Rc data structure and send it across threads...


multithreadingrustreference-counting

Read More
Why does deleting a valid heap-allocated pointer give "free(): invalid pointer" error?...


c++shared-ptrdestructordelete-operatorreference-counting

Read More
Is there a way to distinguish between different `Rc`s of the same value?...


rustidentitysmart-pointersreference-counting

Read More
BackNext