aboutsummaryrefslogtreecommitdiff
path: root/content/normalization/table2.html
blob: 2ecf29409548ed32ad6cfc24f6fc3ff29060b8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<table class="codetable padtable">
	<tr>
		<th>Input</th>
		<th>ToLower</th>
		<th>NFC Append</th>
		<th>NFC Transform</th>
		<th>NFC Iter</th>
	</tr>
	<tr>
		<td>nörmalization</td>
		<td>199 ns</td>
		<td>137 ns</td>
		<td>133 ns</td>
		<td>251 ns (621 ns)</td>
	</tr>
	<tr>
		<td>No\u0308rmalization</td>
		<td>427 ns</td>
		<td>836 ns</td>
		<td>845 ns</td>
		<td>573 ns (948 ns)</td>
	</tr>
</table>