File tree 6 files changed +20
-10
lines changed
6 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 8
8
font-weight : 300 ;
9
9
line-height : 26px ;
10
10
font-size : 100% ;
11
- background-color : # 222 ;
12
- color : # bbb ;
11
+ background-color : # 1a1e23 ;
12
+ color : # f0f6fc ;
13
+ padding : 15px 10px ;
14
+ }
15
+ a {
16
+ color : # 4493f8 !important ;
13
17
}
14
18
h1 {
15
19
padding-top : 10px ;
Original file line number Diff line number Diff line change 5
5
< title > Matching Comparison of Full-Text-Search Libraries (Fuzzy-Search)</ title >
6
6
< style >
7
7
body {
8
- font-family : sans-serif;
8
+ font-family : Arial, Helvetica, sans-serif;
9
+ background-color : # 1a1e23 ;
10
+ color : # f0f6fc ;
11
+ padding : 15px 10px ;
9
12
}
10
13
table td {
11
14
padding : 1em 2em ;
12
15
}
16
+ a {
17
+ color : # 4493f8 !important ;
18
+ }
13
19
</ style >
14
20
</ head >
15
21
< body >
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ <h2>Benchmark: flexsearch-0.8.0-cache</h2><hr/>
10
10
< h4 > Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</ h4 >
11
11
< p style ="color: #f00 "> This test is using query cache and is outside the competition! It is just there for completion.</ p >
12
12
< div id ="result " style ="white-space: pre; font-family: Monospaced, monospace "> </ div >
13
- < script src ="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2 /dist/flexsearch.light.min.js "> </ script >
13
+ < script src ="https://rawcdn.githack.com/nextapps-de/flexsearch/master /dist/flexsearch.light.min.js "> </ script >
14
14
< script type ="module ">
15
15
16
- import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2 /dist/module-min/lang/en.js" ;
16
+ import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master /dist/module-min/lang/en.js" ;
17
17
import { suite } from "../../bench.js" ;
18
18
19
19
let lib ;
Original file line number Diff line number Diff line change 8
8
< h2 > Benchmark: flexsearch-0.8.0-match</ h2 > < hr />
9
9
< h4 > Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</ h4 >
10
10
< div id ="result " style ="white-space: pre; font-family: Monospaced, monospace "> </ div >
11
- < script src ="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2 /dist/flexsearch.compact.min.js "> </ script >
11
+ < script src ="https://rawcdn.githack.com/nextapps-de/flexsearch/master /dist/flexsearch.compact.min.js "> </ script >
12
12
< script type ="module ">
13
13
14
14
import { suite } from "../../bench.js" ;
Original file line number Diff line number Diff line change 9
9
< h2 > Benchmark: flexsearch-0.8.0-soundex</ h2 > < hr />
10
10
< h4 > Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</ h4 >
11
11
< div id ="result " style ="white-space: pre; font-family: Monospaced, monospace "> </ div >
12
- < script src ="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2 /dist/flexsearch.compact.min.js "> </ script >
12
+ < script src ="https://rawcdn.githack.com/nextapps-de/flexsearch/master /dist/flexsearch.compact.min.js "> </ script >
13
13
< script type ="module ">
14
14
15
- import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2 /dist/module-min/lang/en.js" ;
15
+ import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master /dist/module-min/lang/en.js" ;
16
16
import { suite } from "../../bench.js" ;
17
17
18
18
let lib ;
Original file line number Diff line number Diff line change 9
9
< h2 > Benchmark: flexsearch-0.8.0</ h2 > < hr />
10
10
< h4 > Indexed Text: "Gulliver's Travels" (Swift Jonathan 1726)</ h4 >
11
11
< div id ="result " style ="white-space: pre; font-family: Monospaced, monospace "> </ div >
12
- < script src ="https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2 /dist/flexsearch.light.min.js "> </ script >
12
+ < script src ="https://rawcdn.githack.com/nextapps-de/flexsearch/master /dist/flexsearch.light.min.js "> </ script >
13
13
< script type ="module ">
14
14
15
- import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/9e1b24a124c3d0065b4ddf5cea9d109aca2fb7d2 /dist/module-min/lang/en.js" ;
15
+ import EnglishPreset from "https://rawcdn.githack.com/nextapps-de/flexsearch/master /dist/module-min/lang/en.js" ;
16
16
import { suite } from "../../bench.js" ;
17
17
18
18
let lib ;
You can’t perform that action at this time.
0 commit comments