emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Implement fast verisons of json-parse functions


From: Eli Zaretskii
Subject: Re: [PATCH] Implement fast verisons of json-parse functions
Date: Tue, 19 Mar 2024 21:28:33 +0200

> From: Herman, Géza <geza.herman@gmail.com>
> Cc: Géza Herman <geza.herman@gmail.com>,
>  emacs-devel@gnu.org
> Date: Tue, 19 Mar 2024 19:50:26 +0100
> 
> I created this, because you previously said: "
> That's okay, we can start by making this an optional feature, and
> consider making it the default after a couple of major releases;
> meanwhile, any problems will be detected and reported."

An optional feature I had in mind was conditional compilation, so that
users should decide at build time which version they want.  But the
names and signatures of the functions exposed to Lisp should be the
same in both cases, so that Lisp programmers don't need to change
their programs to cater to both alternatives.

Apologies if what I wrote was not clear enough about that.  For the
future, I suggest that we discuss the practical implication of
significant changes before you go ahead and invest many hours in
implementing and testing them.  I would like to avoid situations where
you invest significant efforts based on misunderstandings.

Thanks.



reply via email to

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