pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-amq-protocol



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  5 13:11:37 UTC 2026

Modified Files:
        pkgsrc/net/ruby-amq-protocol: Makefile distinfo

Log Message:
net/ruby-amq-protocol: update to 2.8.0

2.8.0 (2026-04-25)

Performance Improvements in Frame Decoding and Encoding

Replacing x == nil with x.nil? in the frame layer hot path yields a
consistent +15–18% throughput improvement in Frame.decode_header (called on
every received frame) and +12–14% in HeartbeatFrame.encode, across Ruby
3.3, 3.4, and 4.0.

See benchmarks/BENCHMARKS.md for instructions on how to reproduce these
numbers on your machine.

Contributed by @eglitobias.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/ruby-amq-protocol/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/ruby-amq-protocol/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-amq-protocol/Makefile
diff -u pkgsrc/net/ruby-amq-protocol/Makefile:1.22 pkgsrc/net/ruby-amq-protocol/Makefile:1.23
--- pkgsrc/net/ruby-amq-protocol/Makefile:1.22  Sun Apr 12 14:51:10 2026
+++ pkgsrc/net/ruby-amq-protocol/Makefile       Tue May  5 13:11:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2026/04/12 14:51:10 taca Exp $
+# $NetBSD: Makefile,v 1.23 2026/05/05 13:11:37 taca Exp $
 
-DISTNAME=      amq-protocol-2.7.0
+DISTNAME=      amq-protocol-2.8.0
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/ruby-amq-protocol/distinfo
diff -u pkgsrc/net/ruby-amq-protocol/distinfo:1.23 pkgsrc/net/ruby-amq-protocol/distinfo:1.24
--- pkgsrc/net/ruby-amq-protocol/distinfo:1.23  Sun Apr 12 14:51:10 2026
+++ pkgsrc/net/ruby-amq-protocol/distinfo       Tue May  5 13:11:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2026/04/12 14:51:10 taca Exp $
+$NetBSD: distinfo,v 1.24 2026/05/05 13:11:37 taca Exp $
 
-BLAKE2s (amq-protocol-2.7.0.gem) = 9480dc8af03016bdecd5fc1e6f9c6ecb6b93ce0cb4e0eed7408936a8a404a0ab
-SHA512 (amq-protocol-2.7.0.gem) = babd61588678d8af097391910192c7c7d324817243face3478d4da4d7d97f4424cecdf6e8d6e82e3ccecf975eec5f81fb9dcfa2d1b52d8bdcdfcb2c40b64aad2
-Size (amq-protocol-2.7.0.gem) = 26112 bytes
+BLAKE2s (amq-protocol-2.8.0.gem) = 05bf43352aa6df289be049c376472f4d75bae52327897718c8fa122e6d390745
+SHA512 (amq-protocol-2.8.0.gem) = c770ac620cb26eca371ea66c74ffe61b8245bbcc04284c519a222bf18156f86eda5a15e6eefe727470c299d7241b9165887be31ea0b7a947b6275d0b79966c3c
+Size (amq-protocol-2.8.0.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index