Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112816 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 78301 invoked from network); 8 Jan 2021 12:43:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Jan 2021 12:43:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0E07B1804DD for ; Fri, 8 Jan 2021 04:20:02 -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-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) (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 ; Fri, 8 Jan 2021 04:20:01 -0800 (PST) Received: by mail-lf1-f52.google.com with SMTP id b26so22434257lff.9 for ; Fri, 08 Jan 2021 04:20:01 -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=lPs/PIZN2u9fX2swUbpEt1eRsYCQQRTwYi8mkg1pfdo=; b=srY2toTkij+a4k1Km2pbxyLTFhzrcjvn/uvU+iSHFoWGAa9iVbY2aLMTdbjwI8lGYL NlM5WdmfqpTOJEV3MnKU3BAeMQX4jLFkWRrLF9hsUblVsghc5nolrvKCn/Lf9qATFm1v Vf5lvBpwd1Jsef1VpniRm/yI2R24Sas0VkrEBwfUsv6EKR8J2g6fdcz5x/NSwo84edy4 sf/JsiQJhXaFctTXWBACQhfnQV4sKPDuiIYogV4xO4C8T20aRkUBRjQ8apPFWKfMPxhj ovtwCUpxpRDYQfQOOD9mVfJKTSCgE0FLmRlhxkEDrMucF73LTxEpjlRLyeSvApe3jW+I OfMw== 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=lPs/PIZN2u9fX2swUbpEt1eRsYCQQRTwYi8mkg1pfdo=; b=XfymhK5u7LAkwof3xwSoMSXfaxL5S+wsXM0m2s/5n3qDuPifNbHVp0mvYzV2rsoeEJ Q+tyIlMH96QHANJAqpfwSI5OBBlzpRJDUEkuPNh3ge5Az2Cvt0kpaxio7OsIJdb4zqX4 V9zUZzByh3XJ9NmS/iV1MlQVC8ZZBaGj/z7pP3U0iGSmc/zhTtEY8bMmmkM261aN8TxC o9+D593C83CVX0yG3INGTlwXDGEAJ9+K0euM/AjX6QqW2wMeikAL0WbcIQtvfGPzOSC0 eAGZs0F1Zdqh/V4CvpuMNnrhgJhFWvGp4S6LDzczSjbJuIwX3ANQf2zMshp+X5M62Qx5 DSTg== X-Gm-Message-State: AOAM531rG1mS0MowNz+5bnujowuNXwfgxURKF0+NS1c/OOMyX2GvOcZV cf8yQ9XPWOjbADi+j2gLZkXR4o7FuUiz5K+Bpmo= X-Google-Smtp-Source: ABdhPJxlf8hCxAM8JKjF5QxPrPKbMYMGWAEySlzCKkjRU70fUFMvCSAcWHReL9RH6z47uGICHO/GLPH6W7z6AtQYcKs= X-Received: by 2002:a19:520e:: with SMTP id m14mr1432988lfb.591.1610108395444; Fri, 08 Jan 2021 04:19:55 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 8 Jan 2021 13:19:44 +0100 Message-ID: To: Nikita Popov Cc: PHP Internals List Content-Type: multipart/alternative; boundary="000000000000f5dbd805b8629202" Subject: Re: [PHP-DEV] [RFC] Bundling ext/simdjson into core From: kocsismate90@gmail.com (=?UTF-8?B?TcOhdMOpIEtvY3Npcw==?=) --000000000000f5dbd805b8629202 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Jakub and Nikita, Thank you very much for your elaborate answers, you made good points. In the meanwhile I also realized that there are just too many unknowns currently with this extension, so I cancelled my initial plans of adding ext/simdjson as a core extension. I also agree that using the simdjson library as a backend would be a very interesting thing, so I'll try to experiment with this approach first. Slight incompatibilities between the backends would be very problematic for sure, so if we go this way then the implementations should be exercised by a definitive test suite like the one Nikita linked. M=C3=A1t=C3=A9 --000000000000f5dbd805b8629202--