Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use the synchronization method as the first choice.
  • Loading branch information
RocherKong authored Jul 31, 2018
1 parent cc62910 commit 176081f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding/c#/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ BinarySearch_Async | 53.03 us | 1.0271 us | 0.9608 us | 6 |
BtreeSearch | 19.05 us | 0.2464 us | 0.2305 us | 3 |
BtreeSearch_Async | 19.40 us | 0.3820 us | 0.6690 us | 4 |

```

Because the speed of the program lookup has been fast, the asynchronous method here is just the packaging of the synchronization method, the essence is the synchronization method, the asynchronous method is not recommended, and asynchronous will bring the performance loss, unless you need the asynchronous call format.
```

0 comments on commit 176081f

Please sign in to comment.