charm icon indicating copy to clipboard operation
charm copied to clipboard

Use C++ STL data structures in conv-conds.C

Open stwhite91 opened this issue 6 years ago • 2 comments

Original issue: https://charm.cs.illinois.edu/redmine/issues/1982


Once we switch Converse over to C++, we can rewrite the data structures in conv-conds.c with STL containers rather than the homegrown C lists and heap used there.

stwhite91 avatar Sep 28 '18 17:09 stwhite91

Original date: 2019-04-04 19:20:16


https://charm.cs.illinois.edu/gerrit/c/charm/+/4932

evan-charmworks avatar Apr 25 '19 03:04 evan-charmworks

Needs some benchmarking and possibly performance optimization. Low priority for now so pushing off of 6.11

stwhite91 avatar Aug 13 '20 16:08 stwhite91

PR #2103 implements this, but has a known failure

stwhite91 avatar Apr 25 '23 19:04 stwhite91