[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.
- [PATCH] Implement fast verisons of json-parse functions, Herman , Géza, 2024/03/19
- Re: [PATCH] Implement fast verisons of json-parse functions,
Eli Zaretskii <=
- Re: [PATCH] Implement fast verisons of json-parse functions, Herman , Géza, 2024/03/19
- Re: [PATCH] Implement fast verisons of json-parse functions, Eli Zaretskii, 2024/03/19
- Re: [PATCH] Implement fast verisons of json-parse functions, Herman , Géza, 2024/03/19
- Re: [PATCH] Implement fast verisons of json-parse functions, Eli Zaretskii, 2024/03/19
- Re: [PATCH] Implement fast verisons of json-parse functions, Herman , Géza, 2024/03/23
- Re: [PATCH] Implement fast verisons of json-parse functions, Eli Zaretskii, 2024/03/23
- Re: [PATCH] Implement fast verisons of json-parse functions, Eli Zaretskii, 2024/03/30
- Re: [PATCH] Implement fast verisons of json-parse functions, Herman , Géza, 2024/03/30
- Re: [PATCH] Implement fast verisons of json-parse functions, Eli Zaretskii, 2024/03/30
- Re: [PATCH] Implement fast verisons of json-parse functions, Herman , Géza, 2024/03/30