From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: JSON/YAML/TOML/etc. parsing performance Date: Mon, 18 Sep 2017 13:26:44 -0400 Message-ID: References: <87poaqhc63.fsf@lifelogs.com> <83mv5shx5h.fsf@gnu.org> <87a81sm4dw.fsf@udel.edu> <83fubkhuny.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1505755619 24877 195.159.176.226 (18 Sep 2017 17:26:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 18 Sep 2017 17:26:59 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Mark Oteiza , p.stephani2@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 18 19:26:53 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtzor-0006DJ-6c for ged-emacs-devel@m.gmane.org; Mon, 18 Sep 2017 19:26:53 +0200 Original-Received: from localhost ([::1]:38007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtzoy-00065m-Cw for ged-emacs-devel@m.gmane.org; Mon, 18 Sep 2017 13:27:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtzos-00065c-2Z for emacs-devel@gnu.org; Mon, 18 Sep 2017 13:26:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtzor-0003Y9-6Q for emacs-devel@gnu.org; Mon, 18 Sep 2017 13:26:54 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtzok-0003OO-IJ; Mon, 18 Sep 2017 13:26:46 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dtzoi-00077Y-Oy; Mon, 18 Sep 2017 13:26:44 -0400 X-Spook: IRA cybercash SEAL Team 6 underground Tijuana AMEMB Wave X-Ran: HmHBo\tz*hpvi}7]iSjlWhlo^%yQKdv|Gf@"MSasYbd,q'=/{2fp{iTbaa (Eli Zaretskii's message of "Mon, 18 Sep 2017 18:51:29 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:218476 Archived-At: Eli Zaretskii wrote: > If the latter, can you elaborate why you think we shouldn't add a JSON > library to the Emacs sources, like with do with lwlib? The reasons are nicely summarized here https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies lwlib is a historical artefact that has not existed outside of Emacs for some time. Please don't use it as an example for future practice. Bundling dependencies is just wrong.