Re: [ANN] Universal Lua (beta1) -- A LuaJIT Package Manager

  • From: Cosmin Apreutesei <cosmin.apreutesei@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 13 May 2015 01:24:08 +0300

These dynamic libraries are loaded (via ffi.load) and anchored before
the module itself is required. As each dynamic library is loaded only
once (the name is cached at OS level for the process) this solves the
problem at hand.

Sorry, I only know got your point, disregard my last email. This is
actually a very cool trick that I keep forgetting about :)

Other related posts: