Closed mbarashkov closed 5 months ago
As a side note, I find it weird that QString
's and QVariant
's are being used to store the user id (which is int53
according to td_api.tl), qlonglong
would be far more efficient both in terms of memory usage and overall efficiency (e.g. hashing and comparison). The change itself looks ok to me.
@monich it doesn't make much sense, however, those go quite deep in the code, so I don't want to fix it right now, there are more obvious areas to improve.
yes, I agree
Egh, the commit message wasn't formatted in a sane way... Too late to fix this one but let's pay more attention to that in the future
A few small changes to tdlibwrapper: