Skip to content

Commit 7fb13e1

Browse files
updated version
1 parent 2f5841e commit 7fb13e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
A basic lua binding to [simdjson](https://simdjson.org). The simdjson library is an incredibly fast JSON parser that uses SIMD instructions and fancy algorithms to parse JSON very quickly. It's been tested with LuaJIT 2.0/2.1 and Lua 5.1, 5.2, 5.3, and 5.4 on linux/osx. It has a general parsing mode and a lazy mode that uses a JSON pointer.
55

6-
Current simdjson version: 0.3.1
6+
Current simdjson version: 0.5.0
77

88
## Requirements
99
* lua-simdjson only works on 64bit systems.

0 commit comments

Comments
 (0)