Skip to content

Commit 35c6b9a

Browse files
added some notes about how testing was done on a more modern processor
1 parent a2efaf4 commit 35c6b9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ I also calculated the throughput for each of the files to show how it may affect
9898

9999
All tested files are in the [jsonexamples folder](jsonexamples/).
100100

101+
lua-simdjson, like the simdjson library performs better on more modern hardware. These benchmarks were run on a ninth-gen i7 processor. On an older processor, rapidjson may perform better.
102+
101103
## Caveats & Alternatives
102104
* there is no encoding/dumping a lua table to JSON (yet! Most other lua JSON libraries can handle this)
103105
* it only works on 64 bit systems (untested on Windows...)

0 commit comments

Comments
 (0)