From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from s810.sureserver.com (s810.sureserver.com [195.42.142.37]) by sourceware.org (Postfix) with ESMTPS id 1F15B385783E for ; Fri, 9 Sep 2022 11:17:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1F15B385783E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=strikr.io Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=strikr.io DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=strikr.io; h=date:from :to:subject:reply-to:in-reply-to:references:message-id :mime-version:content-type:content-transfer-encoding; s=dkim; bh=iMiJtdTPHYx3JRFFcODf2iLvaLj+FHDdqxUpp8S3FKw=; b=p539JN5TtnkC JGfCS6GUk+zZhZXWffh10vL9M2G6kE1YHwUKMbEbs6bbEyKeC4TtCFZxr1DDjtsy 5axKZJ7FmWJBdD8CdtSkgHoIFwYF5hT26fUhj9rqY45c1VZATP9q75ljIvW89Yow vzwHXq7ueUbHY0Ti8sjIbi7n74kmWi8= Received: (qmail 38056 invoked by uid 1001); 9 Sep 2022 11:17:02 -0000 Received: from unknown (HELO ?127.0.0.1?) (msk@strikr.io@223.231.178.167) by 195.42.142.233 with ESMTPA; 9 Sep 2022 11:17:02 -0000 Date: Fri, 09 Sep 2022 11:40:42 +0000 From: SAIFI To: Ulrich Drepper via Gcc Subject: Re: [RFC] database with API information Reply-to: msk@strikr.io In-Reply-To: References: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=2.7 required=5.0 tests=BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: >=20 > let's use a simple database, a CSV file for simplicity, and generate bot= h files from this=2E Curious to learn, why wouldn't you want to do it in C++ itself ? As an example, please see https://github=2Ecom/cplusplus/lib-issues-software warm regards Saifi=2E