danborthwick / GCPointer

Toy C++ Garbage Collected Smart Pointers
0 stars 0 forks source link

Analyse pool operations. Is multimap optimal? #2

Open danborthwick opened 9 years ago

danborthwick commented 9 years ago

Unordered map of <Owner, Ptr> pair might give faster removal when owner known