00:00:10 if the result gets forwarded to another function frequently that uses `const &`, then its lots of wasted copying (the structures are a little fat, particular the last two) 00:01:18 meh, I guess its pretty easy to test const& perf difference 00:07:48 vtnerd: the most expensive is here https://github.com/UkoeHB/monero/blob/0c56c7911df82312175dbe02630966f7af966a03/src/seraphis/sp_multiexp.cpp#L214 where you copy a bunch of the fat structures every time you compute a multiexp (during tx verification). I assumed the copies are elided, so equivalent to `const &`. 00:10:49 yeah in this situation it should be equivalent 00:13:16 why the `std::list` there (instead of vector)? 00:13:36 github searching seems to be crappy in user repos, as in its not working at all for me 00:14:13 ah forked repos cant be searched 00:14:25 meh this should be to -dev actually, sorry 00:55:42 new ccs: https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/338 07:25:24 "new ccs: https://repo.getmonero..." <- nice. how close is seraphis poc to being completed and ready for hand off? 17:38:51 r4v3r23[m]: not sure, maybe a 1-2 months. I thought it would be done last month but apparently I suck at estimating 17:39:03 There aren’t any big tasks aside from what’s listed in the ccs