RELEASE LuaJIT-2.0.0-beta9
This commit is contained in:
@@ -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 function repeatedly
|
||||
calling a callback for each result). Instead <b>use pull-style APIs</b>
|
||||
(call a C 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>
|
||||
|
||||
Reference in New Issue
Block a user