Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112694 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68961 invoked from network); 31 Dec 2020 11:04:32 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 31 Dec 2020 11:04:32 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8BC281804CF for ; Thu, 31 Dec 2020 02:39:26 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 31 Dec 2020 02:39:25 -0800 (PST) Received: by mail-lf1-f42.google.com with SMTP id o13so43313145lfr.3 for ; Thu, 31 Dec 2020 02:39:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4GiRQ/GdXJj05MQimvYCs2E45bjB5jucCZZ4TWrMrfQ=; b=oBP4/mvecOmE0Un4sd2Ul4dUQ6yd65UiQEUthEu+mckJ0XA2Y8XOCvVooqdPMS/ptj 0ZmyypkLPL9HoLSGjNxoNRP0kH3ePG+f/Iibgz/Fgpon3GMmuvbxljXURm0io4LIZv7I ug4qF5Zg/Msv1J2ICnIi7BnswI94AqSDyQcB1h4Pt3cd36UNDynlsMFrRNu/mx/fJqY/ 85EVpVWTzer8w94Wqb8xvqT+GcFbJqkbZuuio+kigZG/EZeD5N8i29nalShbIUIsAxob ltLcUtX+Rxd7Z9UUJuHl+3mEwncuKVKGpNdysoZv7CDn+ewfhHvdTyOKqQXUSIbeh9lg b71w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4GiRQ/GdXJj05MQimvYCs2E45bjB5jucCZZ4TWrMrfQ=; b=hZX1pdXgx5oQgdo813kDQvSslNtGQ+TSDa475VAXEwN5hWy3PpEZyFbY63vpgq1PIi bAzdsXmgcJTxKU6VrruvmZ7xxV4cD7lZhbCSjHUveDd00PUMvLztK5tS5d3y8QWMPE3J bxfO45uaUO2Yr2ofbfrM012REdwn7pJvswh5FJfICSCu5SA3YeyIcFQ49ekOE3Ek3MHV TCV+W52jp72X/iL7eDz2ticALctvJvfRBGbW6xQ7mhK6gkhEjvEwCQaJ1YhWGWiRmlv+ mTCDEznBWP7zHk0RjcJ1guboCbL7xblgFYJ+MwAaeiIRlKFspoey/Y5xwo/nRcviDi+G eIaA== X-Gm-Message-State: AOAM533RjhMaquWTuBiLqslWh9qz+eRzYn/zXAn5r1vrJj5TYAaxn7cr Q5gZ72SvZZXZOAQL9PrJuRKtR8NTvRGdqSI054I= X-Google-Smtp-Source: ABdhPJzD5nkFb/brI4u2czzR7R8+BotpmfM++IJwOC2qO7Ki3o4/6IgiCbJ1j68hYnB5oNv1uf3erL0u1sP82PhqEUE= X-Received: by 2002:a19:520e:: with SMTP id m14mr23588266lfb.591.1609411161442; Thu, 31 Dec 2020 02:39:21 -0800 (PST) MIME-Version: 1.0 References: <8c1f2d5a-6888-0787-06ad-095a06dd4e7a@php.net> In-Reply-To: Date: Thu, 31 Dec 2020 11:39:10 +0100 Message-ID: To: Jakub Zelenka Cc: Remi Collet , PHP internals list Content-Type: multipart/alternative; boundary="000000000000934cef05b7c03c02" Subject: Re: [PHP-DEV] [RFC] Bundling ext/simdjson into core From: kocsismate90@gmail.com (=?UTF-8?B?TcOhdMOpIEtvY3Npcw==?=) --000000000000934cef05b7c03c02 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sorry, I need to add a small correction for my previous email: JsonParser::getKeyValue() wouldn't allow parsing a truncated JSON document. The on-demand parsing API I mentioned in my opening message is what would make such use-case possible. Besides, I accept if you feel it's too early for a new JSON API to be added to the core, so if the majority of stakeholders also share this opinion, I'll try to make an improved version of ext/simdjson available via PECL. M=C3=A1t=C3=A9 --000000000000934cef05b7c03c02--