summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/onandon/m-fonts-plugins-timings-luajittex.lua
blob: 2bc4e0371ff33fed663398c916d907a25df57832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
return {
 ["engine"]="luajittex",
 ["timings"]={
  ["arabic"]={
   ["list"]={ "arabtype", "husayni" },
   ["results"]={
    ["arabtype"]={
     ["context base"]=0.32,
     ["context node"]=7.167,
     ["context none"]=0.322,
     ["harfbuzz native"]=4.631,
     ["harfbuzz uniscribe"]=4.67,
    },
    ["husayni"]={
     ["context base"]=0.35,
     ["context node"]=12.251,
     ["context none"]=0.351,
     ["harfbuzz native"]=15.279,
     ["harfbuzz uniscribe"]=15.253,
    },
   },
  },
  ["latin"]={
   ["list"]={ "modern", "pagella", "dejavu", "cambria", "ebgaramond", "lucidaot" },
   ["results"]={
    ["cambria"]={
     ["context base"]=0.384,
     ["context node"]=1.17,
     ["context none"]=0.366,
     ["harfbuzz native"]=2.907,
     ["harfbuzz uniscribe"]=2.863,
    },
    ["dejavu"]={
     ["context base"]=0.399,
     ["context node"]=0.985,
     ["context none"]=0.364,
     ["harfbuzz native"]=3.02,
     ["harfbuzz uniscribe"]=2.968,
    },
    ["ebgaramond"]={
     ["context base"]=0.43,
     ["context node"]=1.323,
     ["context none"]=0.383,
     ["harfbuzz native"]=2.999,
     ["harfbuzz uniscribe"]=2.983,
    },
    ["lucidaot"]={
     ["context base"]=0.414,
     ["context node"]=0.626,
     ["context none"]=0.422,
     ["harfbuzz native"]=2.606,
     ["harfbuzz uniscribe"]=2.594,
    },
    ["modern"]={
     ["context base"]=0.418,
     ["context node"]=0.773,
     ["context none"]=0.383,
     ["harfbuzz native"]=3.074,
     ["harfbuzz uniscribe"]=3.049,
    },
    ["pagella"]={
     ["context base"]=0.436,
     ["context node"]=0.803,
     ["context none"]=0.416,
     ["harfbuzz native"]=3.024,
     ["harfbuzz uniscribe"]=3.006,
    },
   },
  },
  ["mixed"]={
   ["list"]={ "arabtype", "husayni" },
   ["results"]={
    ["arabtype"]={
     ["context base"]=0.572,
     ["context node"]=4.039,
     ["context none"]=0.602,
     ["harfbuzz native"]=3.69,
     ["harfbuzz uniscribe"]=3.686,
    },
    ["husayni"]={
     ["context base"]=0.617,
     ["context node"]=5.943,
     ["context none"]=0.575,
     ["harfbuzz native"]=7.193,
     ["harfbuzz uniscribe"]=7.109,
    },
   },
  },
 },
}