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 20:47:17 +0200

> From: Herman, Géza <geza.herman@gmail.com>
> Date: Tue, 19 Mar 2024 19:23:36 +0100
> 
> Here's the latest version of my JSON parser.  It is the same as before,
> the only modification I did is that this patch doesn't replace the
> original parser, but keeps them, and adds to two additional functions
> with the -fast suffix.

Thanks, but I don't see why we would want to have two sets of these
functions.  So please rework the patch to replace the existing
functions with ones that are based on your parser.  This will leave us
with libjansson for producing JSON from Lisp, which is not optimal,
but still worth it, I think.



reply via email to

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