RELEASE LuaJIT-2.0.0-beta9

This commit is contained in:
Mike Pall
2011-12-14 15:12:49 +01:00
parent a302468345
commit 6ace80c897
10 changed files with 17 additions and 21 deletions

View File

@@ -942,8 +942,8 @@ GUI application, which waits for user input most of the time, anyway.
For new designs <b>avoid push-style APIs</b> (C&nbsp;function repeatedly
calling a callback for each result). Instead <b>use pull-style APIs</b>
(call a C&nbsp;function repeatedly to get a new result). Calls from Lua
to C via the FFI are much faster than the other way round. Most well
designed libraries already use pull-style APIs (read/write, get/put).
to C via the FFI are much faster than the other way round. Most well-designed
libraries already use pull-style APIs (read/write, get/put).
</p>
<h2 id="clib">C Library Namespaces</h2>