thibaultcha / lua-resty-jit-uuid

Fast and dependency-free UUID library for LuaJIT/ngx_lua
http://thibaultcha.github.io/lua-resty-jit-uuid/
MIT License
206 stars 40 forks source link

feat: uuid.validate for v4 uuids #3

Closed thibaultcha closed 8 years ago

thibaultcha commented 8 years ago

Efficiently chooses JIT PCRE if enable, or fallbacks on Lua patterns, always with efficiency in mind.