Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Aug 5, 2018
1 parent 9e76cef commit 792ddf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The frameworks and its version that compared is below.
|Dwifft ||||

`Linear` means 1-dimensional collection.
`Sectioned` means 1-dimensional collection.
`Sectioned` means 2-dimensional collection.

#### - Supported element differences
| |Delete|Insert|Move|Reload |
Expand Down Expand Up @@ -196,7 +196,7 @@ The frameworks and its version that compared is below.
Performance was measured using `XCTestCase.measure` on iPhoneX simulator with `-O -whole-module-optimization`.
Use `Foundation.UUID` as an element.

*DeepDiff may had increased the processing speed by misuse of Hashable in algorithm.*
⚠️ *DeepDiff may had increased the processing speed by misuse of Hashable in algorithm.*

#### - From 5,000 elements to 500 deleted and 500 inserted
| |Time(second)|
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h4 id='supported-collection' class='heading'>- Supported collection</h4>
</tbody></table>

<p><code>Linear</code> means 1-dimensional collection.<br>
<code>Sectioned</code> means 1-dimensional collection. </p>
<code>Sectioned</code> means 2-dimensional collection. </p>
<h4 id='supported-element-differences' class='heading'>- Supported element differences</h4>

<table><thead>
Expand Down Expand Up @@ -414,7 +414,7 @@ <h3 id='performance-comparison' class='heading'>Performance comparison</h3>
<p>Performance was measured using <code>XCTestCase.measure</code> on iPhoneX simulator with <code>-O -whole-module-optimization</code>.<br>
Use <code>Foundation.UUID</code> as an element. </p>

<p><em>DeepDiff may had increased the processing speed by misuse of Hashable in algorithm.</em></p>
<p>⚠️ <em>DeepDiff may had increased the processing speed by misuse of Hashable in algorithm.</em></p>
<h4 id='from-5-000-elements-to-500-deleted-and-500-inserted' class='heading'>- From 5,000 elements to 500 deleted and 500 inserted</h4>

<table><thead>
Expand Down

0 comments on commit 792ddf5

Please sign in to comment.