github.com/spotify/syslog-redirector-golang@v0.0.0-20140320174030-4859f03d829a/blog/content/normalization/table2.html (about) 1 <table class="codetable padtable"> 2 <tr> 3 <th>Input</th> 4 <th>ToLower</th> 5 <th>NFC Append</th> 6 <th>NFC Transform</th> 7 <th>NFC Iter</th> 8 </tr> 9 <tr> 10 <td>nörmalization</td> 11 <td>199 ns</td> 12 <td>137 ns</td> 13 <td>133 ns</td> 14 <td>251 ns (621 ns)</td> 15 </tr> 16 <tr> 17 <td>No\u0308rmalization</td> 18 <td>427 ns</td> 19 <td>836 ns</td> 20 <td>845 ns</td> 21 <td>573 ns (948 ns)</td> 22 </tr> 23 </table>