bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31138: Native json slower than json.el


From: yyoncho
Subject: bug#31138: Native json slower than json.el
Date: Mon, 22 Apr 2019 08:38:58 +0300

Hi Eli,

read-from-string doesn't decode.  You need to time
decode-coding-string when the string is the entire JSON.

Can you elaborate? Both json-parse-string and read-from-string do the same from my point of view -> convert string to elisp data structure with read-from-string being 3times faster.

Thanks,
Ivan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]