~dr|z3d
@RN
@RN_
@T3s|4
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
%acetone
%ardu
%mareki2p
+FreefallHeavens_
+HowardPlayzOfAdmin
+MsTerry
+Onn4l7h
+Over
+Sh0ck
+Xeha
+bak83
+bpb
+hk
+moe
+profetikla
+qend-irc2p
+r00tobo
+romer
+waffles
+xHarr
Arch
BubbRubb1
C341
Danny
DeltaOreo
FreeB
HAON
Irc2PGuest10122
Irc2PGuest36396
Irc2PGuest61213
Irc2PGuest79607
Leopold_xmpp_
Meow
anontor
cumlord
duck
halloy13412
makoto
maylay
nZDoYBkF_
nilbog-
not_bob_afk
poriori_
pory
r00tobo[2]
shiver_
simprelay
solidx66
thetia
u5657
wew
woodwose
zer0bitz
cumlord
idk if true or not but is this your theory on irc d/c?
cumlord
I was running a test against ilita/postman with different routers to count the d/cs but accidentally cut it short
not_bob
Well then.
orignal
mareki2p I have replaced translations to string_view
orignal
thank you for the hint
mareki2p
Nice. In theory, there should be much less/fewer dynamic memory allocations on program startup copying data from read-only memory to read-write memory. Now, the data stays in read-only memory. Meaning improving both memory consumption and CPU time consumptions. Do you notice any such improvements in practice?
orignal
I don't think so
orignal
it might be noticable improvement
orignal
however it's always better to use string_view instead string
mareki2p
I could try to sort the strings in translations at compile-time. Replacing the dynamic std::map by static std::array + binary search.
zzz
or just switch to po's and libgettext?
orignal
why is it better?
zzz
don't know that it is. but maybe.
orignal
that's not my busines anyway