From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D8F6A1F461 for ; Sun, 24 Mar 2024 00:19:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yhbt.net; s=selector1; t=1711239558; bh=UttPzhNm0ys5Fq0BJHrbtzcaT4Kn/FfwgdHpUQozWzQ=; h=From:To:Subject:Date:From; b=MS2TQE8x81kizLul8LqGnzSfbjgl14OjZuL4cNtK8Epw8zKbpbEl2eo6mEcf1nItC g1sr/CnMyh7CCNEw4kGBT7XWwEGjeD5wAr4kM1UpdYG8bAoQdrvm5xOiV8+crDaeuw vm5UNg4Fl7UBrx2oan/0pAx2ao0tJDSj+Yqe7kd0= From: Eric Wong To: raindrops-public@yhbt.net Subject: [PATCH 0/2] drop ruby/st.h usage in favor of khashl Date: Sun, 24 Mar 2024 00:19:16 +0000 Message-ID: <20240324001918.1644612-1-bofh@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (2): linux_inet_diag: remove needless OBJ_FREEZE calls use switch to khashl for hash table outside of GVL ext/raindrops/khashl.h | 444 ++++++++++++++++++++++++++++++++ ext/raindrops/linux_inet_diag.c | 127 ++++----- 2 files changed, 508 insertions(+), 63 deletions(-) create mode 100644 ext/raindrops/khashl.h