Skip to content
This repository was archived by the owner on May 8, 2022. It is now read-only.

Commit 3bc994c

Browse files
authored
Update CHANGELOG.md
1 parent bd0cb41 commit 3bc994c

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Version 1.1.0
2+
3+
- Added asynchronous searching in both `[String]` and `[Fusable]`.
4+
5+
### Results:
6+
7+
Tests based on searching over 1,303 book titles.
8+
9+
Using `func search(_ text: String, in aList: [String]) -> [Fuse.SearchResult]`:
10+
11+
*Average*: 0.437
12+
*Relative standard deviation*: 1.931%
13+
*Values*: [0.459132, 0.427943, 0.432988, 0.443308, 0.437132, 0.432230, 0.434008, 0.435256, 0.436999, 0.429986]
14+
15+
Using `func search(_ text: String, in aList: [String], completion: @escaping ([Fuse.SearchResult]) -> Void)`:
16+
17+
*Average*: 0.161
18+
*Relative standard deviation*: 2.073%
19+
*Values*: [0.155997, 0.157061, 0.161730, 0.158362, 0.161959, 0.167433, 0.162196, 0.165532, 0.161298, 0.161767]
20+
21+
**Improvement of ~ 65%**
22+
123
# Version 1.0.0
224

3-
- Changed ranges of matched characters to be represented by `CountableClosedRange` (#2). Thank you @gravicle
25+
- Changed ranges of matched characters to be represented by `CountableClosedRange` (#2). Thank you @gravicle

0 commit comments

Comments
 (0)