From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4FA7B1F8C6; Thu, 9 Sep 2021 23:51:08 +0000 (UTC) Date: Thu, 9 Sep 2021 23:51:08 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: native C++ Xapian wrapper [was: Using lei with podman + toolbox] Message-ID: <20210909235108.GA7193@dcvr> References: <20210909213935.hh6dyuxaq63o72cc@meerkat.local> <20210909233614.GA27863@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210909233614.GA27863@dcvr> List-Id: Eric Wong wrote: > Off the top of my head, I think Search::Xapian // Xapian.pm was > the main thing that was missing from CentOS 7. Does Fedora have > that? Btw, I've been considering a Just-Ahead-Of-Time C++ wrapper for Xapian. SWIG-or-not, bindings always seem behind and limited in functionality compared to the native Xapian API. I still need to learn the "++" parts of C++...