-
libgit2 has a official lua binding: https://github.com/libgit2/luagit2 Why this project don't use it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Looks like luagit2 only support lua 5.2+ until now libgit2/luagit2#7 |
Beta Was this translation helpful? Give feedback.
-
Hi @Freed-Wu, as you can see in repo's history, it's is just recently updated. The previous update is from 4 years ago. Neovim use luajit, so I want to make use of LuaJit FFI https://luajit.org/ext_ffi.html to make most speed of lua. |
Beta Was this translation helpful? Give feedback.
Hi @Freed-Wu, as you can see in repo's history, it's is just recently updated. The previous update is from 4 years ago.
Neovim use luajit, so I want to make use of LuaJit FFI https://luajit.org/ext_ffi.html to make most speed of lua.