luajit
Here are 329 public repositories matching this topic...
It would be useful to have some documentation on the recommended approach for generating UUIDs from Lua sysbench scripts. Some all-Lua uuid modules out there are actually not thread-safe and require hacks to get to work properly.
However, there is a thread-safe FFI/cdef-based UUID generation Lua module here:
https://github.com/AlexWoo/lua-uuid/blob/master/uuid.lua
It would be good to eith
Snabb: Simple and fast packet networking
-
Updated
Dec 10, 2019 - Lua
Hello, users of sol2! This issue was made so that I could get a better idea of what you all use for Lua and how much you like / dislike sol2 compared to what you used to use (if anything) and sol2 now. If anyone could just reply to this issue with their thoughts, perhaps answer some of the questions below (or go on a tangent, really anything), I'd appreciate it. I'm going to be writing a paper abo
LuaRocks is the package manager for the Lua programming language.
-
Updated
Dec 8, 2019 - Lua
Documentation says:
fun.remove_if(predicate, gen, param, state)
iterator:remove_if(predicate)An alias for
filter().
The name remove_if strongly suggests that elements satisfying the predicate will be removed, keeping only those that do not satisfy the predicate; while filter actually keeps the elements satisfying the predicate.
In other words, the linguistic expec
Fast, small, webkit based browser framework extensible by Lua.
-
Updated
Dec 7, 2019 - Lua
Lua HTTP client cosocket driver for OpenResty / ngx_lua.
-
Updated
Dec 10, 2019 - Lua
We should write down how the virtual machine is bootstrapped and built.
The VM bootstraps in a complex way including multiple "little language" code generators. This process is not currently documented and can be confusing.
RaptorJIT bootstrap is different to LuaJIT bootstrap too. We dropped the minilua interpreter, we don't require a bootstrap for an ordinary build of the master branch, a
Is your feature request related to a problem? Please describe.
The current documentation of LIKO-12 suffers from many problems, including:
- Generated on the user's browser, and so it's not indexable by search engines.
- It's hard to navigate between pages.
- The theme is not much good.
Describe the solution you'd like
We want a better documentation software, which:
- Stores the d
Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
-
Updated
Nov 26, 2019 - Lua
For the latter, the list could be found in http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ#Where-can-I-find-a-list-of-GNU-Radio-blocks.
(while it is much harder to keep track of supported hw frontend)
Need Scala version
JavaScript to Lua compiler with runtime library.
-
Updated
Dec 10, 2019 - JavaScript
reverse engineering for lua(lua/luac/luajit/lua_dec/lua_loader/lua_proc)
-
Updated
Nov 25, 2019 - Python
libmoon is a library for fast and flexible packet processing with DPDK and LuaJIT.
-
Updated
Nov 21, 2019 - Lua
Improve this page
Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."


I wrote a plugin to process response data in body_filter phase like this:
function ResponseCustomizeHandler:body_filter(conf) local entity,err = kong.db.tb_biz_errors.each(10) // do others... endBut it raise error with :
[error] 626#0: 83 failed to run body_filter_by_lua: /usr/local/share/lua/5.1/kong/globalpatches.lua:342: API disabled in the context of