emacs-devel
[Top][All Lists]
Advanced

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

Re: String encoding in json.c


From: Dmitry Gutov
Subject: Re: String encoding in json.c
Date: Sun, 24 Dec 2017 22:48:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Thunderbird/58.0

Hi Eli,

On 12/23/17 4:43 PM, Eli Zaretskii wrote:

The main purpose of Emacs is to be an efficient editor, so if we care
about the slow-down of code conversions, we should first and foremost
speed up reading and writing files.  JSON conversion, with all due
respect to them, are not the main business for us, and I'm not even
sure JSON objects will frequently be as large as files our users visit
all the time.

FWIW, a significant use case for json.el is encoding a structure containing the whole contents of the current buffer as one of the values (several protocols for external code completion tools use this).



reply via email to

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