mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
GHI-595: Convert from nlohmann/json to rapidjson for performance reasons
This commit is contained in:
parent
50a0835b41
commit
46e7308422
7 changed files with 183 additions and 132 deletions
|
@ -9,11 +9,11 @@
|
|||
{"d":0.1234}
|
||||
{"d":50000.0}
|
||||
{"d":-50000.0}
|
||||
{"d":3.14e+15}
|
||||
{"d":-3.14e+15}
|
||||
{"d":1.79e+308}
|
||||
{"d":-1.79e+308}
|
||||
{"d":1.23456789e-05}
|
||||
{"d":3140000000000000.0}
|
||||
{"d":-3140000000000000.0}
|
||||
{"d":1.79e308}
|
||||
{"d":-1.79e308}
|
||||
{"d":0.0000123456789}
|
||||
{"d":2.23e-308}
|
||||
{"d":-2.23e-308}
|
||||
{"d":null}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue