<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Speed up oox::TokenMap by removing unnecessary maUniName OUString"
href="https://bugs.freedesktop.org/show_bug.cgi?id=84090#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Speed up oox::TokenMap by removing unnecessary maUniName OUString"
href="https://bugs.freedesktop.org/show_bug.cgi?id=84090">bug 84090</a>
from <span class="vcard"><a class="email" href="mailto:sidchelseafan@gmail.com" title="Siddu <sidchelseafan@gmail.com>"> <span class="fn">Siddu</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=84090#c0">comment #0</a>)
<span class="quote">> This task is about removing maUniName from include/oox/token/tokenmap.hxx
> which stores the same content as maUtf8Name in another form and is used
> mostly for debugging purposes only.
> Where TokenMap::getUnicodeTokenName was used, one can use
> TokenMap::getUtf8TokenName
>
> Remove maUniName from struct TokenName, that struct can then also die, and
> do following simplifications / adaptations.
>
> We used to spend 10m pseudo cycles in TokenMap constructor, this should save
> about a half of that.</span >
1.Do I have to replace the method getUnicodeTokenName with getUtf8TokenName in
tokenmap.cxx?
2. After removing maUniName what do you mean the entire struct i.e TokenName
can die ?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>