diff options
| author | Mike Pall <mike> | 2023-08-21 02:38:56 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2023-08-21 02:38:56 +0200 |
| commit | f0ff869bc2fffa17bb765c4c773457578da125a9 (patch) | |
| tree | a439bf4fe179352af5a6808ab5c5d4584cff197e /doc/luajit.html | |
| parent | ef587afb2cd7267c0defd04aa642593b76a6b23d (diff) | |
| parent | c34594681909cac98d44629863df2c7afd93eaf0 (diff) | |
| download | luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.tar.gz luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.tar.bz2 luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.zip | |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/luajit.html')
| -rw-r--r-- | doc/luajit.html | 53 |
1 files changed, 13 insertions, 40 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 3bb8aaf2..030cf705 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
| @@ -67,30 +67,6 @@ table.fcompat td { | |||
| 67 | background-image: -o-linear-gradient(#41bfbf 10%, #b0ffff 95%); | 67 | background-image: -o-linear-gradient(#41bfbf 10%, #b0ffff 95%); |
| 68 | background-image: -ms-linear-gradient(#41bfbf 10%, #b0ffff 95%); | 68 | background-image: -ms-linear-gradient(#41bfbf 10%, #b0ffff 95%); |
| 69 | } | 69 | } |
| 70 | table.stats td { | ||
| 71 | color: #ffffff; | ||
| 72 | background: #a0a0a0; | ||
| 73 | background-image: linear-gradient(#808080 10%, #d0d0d0 95%); | ||
| 74 | background-image: -moz-linear-gradient(#808080 10%, #d0d0d0 95%); | ||
| 75 | background-image: -webkit-linear-gradient(#808080 10%, #d0d0d0 95%); | ||
| 76 | background-image: -o-linear-gradient(#808080 10%, #d0d0d0 95%); | ||
| 77 | background-image: -ms-linear-gradient(#808080 10%, #d0d0d0 95%); | ||
| 78 | } | ||
| 79 | table.stats td.speed { | ||
| 80 | color: #ff4020; | ||
| 81 | } | ||
| 82 | table.stats td.kb { | ||
| 83 | color: #ffff80; | ||
| 84 | background: #808080; | ||
| 85 | background-image: linear-gradient(#606060 10%, #c0c0c0 95%); | ||
| 86 | background-image: -moz-linear-gradient(#606060 10%, #c0c0c0 95%); | ||
| 87 | background-image: -webkit-linear-gradient(#606060 10%, #c0c0c0 95%); | ||
| 88 | background-image: -o-linear-gradient(#606060 10%, #c0c0c0 95%); | ||
| 89 | background-image: -ms-linear-gradient(#606060 10%, #c0c0c0 95%); | ||
| 90 | } | ||
| 91 | table.feature small { | ||
| 92 | font-size: 50%; | ||
| 93 | } | ||
| 94 | </style> | 70 | </style> |
| 95 | </head> | 71 | </head> |
| 96 | <body> | 72 | <body> |
| @@ -131,9 +107,9 @@ table.feature small { | |||
| 131 | <a href="ext_profiler.html">Profiler</a> | 107 | <a href="ext_profiler.html">Profiler</a> |
| 132 | </li></ul> | 108 | </li></ul> |
| 133 | </li><li> | 109 | </li><li> |
| 134 | <a href="status.html">Status</a> | 110 | <a href="https://luajit.org/status.html">Status <span class="ext">»</span></a> |
| 135 | </li><li> | 111 | </li><li> |
| 136 | <a href="faq.html">FAQ</a> | 112 | <a href="https://luajit.org/faq.html">FAQ <span class="ext">»</span></a> |
| 137 | </li><li> | 113 | </li><li> |
| 138 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 114 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> |
| 139 | </li></ul> | 115 | </li></ul> |
| @@ -173,23 +149,20 @@ LuaJIT is Copyright © 2005-2023 Mike Pall, released under the | |||
| 173 | </table> | 149 | </table> |
| 174 | 150 | ||
| 175 | <h2>Overview</h2> | 151 | <h2>Overview</h2> |
| 176 | <table class="feature stats"> | ||
| 177 | <tr> | ||
| 178 | <td class="speed">3x<br>- 100x</td> | ||
| 179 | <td class="kb">115 <small>KB</small><br>VM</td> | ||
| 180 | <td class="kb">90 <small>KB</small><br>JIT</td> | ||
| 181 | <td class="kloc">63 <small>KLOC</small><br>C</td> | ||
| 182 | <td class="kloc">24 <small>KLOC</small><br>ASM</td> | ||
| 183 | <td class="kloc">11 <small>KLOC</small><br>Lua</td> | ||
| 184 | </tr> | ||
| 185 | </table> | ||
| 186 | <p style="margin-top: 1em;"> | 152 | <p style="margin-top: 1em;"> |
| 187 | LuaJIT has been successfully used as a <b>scripting middleware</b> in | 153 | LuaJIT has been successfully used as a <b>scripting middleware</b> in |
| 188 | games, appliances, network and graphics apps, numerical simulations, | 154 | games, appliances, network and graphics apps, numerical simulations, |
| 189 | trading platforms and many other specialty applications. It scales from | 155 | trading platforms and many other specialty applications. |
| 190 | embedded devices, smartphones, desktops up to server farms. It combines | 156 | </p> |
| 191 | high flexibility with high performance | 157 | <p> |
| 192 | and an unmatched <b>low memory footprint</b>. | 158 | LuaJIT is part of a hundred million web sites, huge SaaS installations, |
| 159 | network switches, set-top boxes and other embedded devices. You've probably | ||
| 160 | already used LuaJIT without knowing about it. | ||
| 161 | </p> | ||
| 162 | <p> | ||
| 163 | LuaJIT scales from embedded devices, smartphones, desktops up to server | ||
| 164 | farms. It combines high flexibility with high performance and an unmatched | ||
| 165 | <b>low memory footprint</b>. | ||
| 193 | </p> | 166 | </p> |
| 194 | <p> | 167 | <p> |
| 195 | LuaJIT has been in continuous development since 2005. It's widely | 168 | LuaJIT has been in continuous development since 2005. It's widely |
