-
Using
JSON.awk
instead ofJSON.sh
for much, much better performance (this requiresgawk
to be installed)-
Parsing
examples/complex-3.json
(19828 objects, file size 13.6MB) took:-
0.1.0
: 4 minutes and 32 seconds -
0.2.0
: 20 seconds
-
-
-
Refactored writing the map file which gains performance
-
Introduced
.jsonv
andtmp
directory for better file directory management -
Not removing tokens and map file when done anymore
-
Improved install and uninstall scripts
-
Provided
-v
and--version
options
-
Initial release