Replace dictionary with two arrays for Named Entity replacement

Currently the entity name is binary-searched and its replacement-value is accessed via found index
This commit is contained in:
iska
2014-10-31 18:25:35 +01:00
parent c04d4a35f3
commit 2fa0e793e0
4 changed files with 22 additions and 31 deletions
@@ -11,7 +11,7 @@
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
<dict>
<key>baselineAverage</key>
<real>15.94</real>
<real>15.47</real>
<key>baselineIntegrationDisplayName</key>
<string>Local Baseline</string>
</dict>