Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 427B7A62E0 for ; Fri, 28 Feb 2014 14:42:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A1AE414A213; Fri, 28 Feb 2014 14:42:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4435414A1F6 for ; Fri, 28 Feb 2014 14:42:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fBDERmw3PiD9 for ; Fri, 28 Feb 2014 14:42:15 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6875A14A19C for ; Fri, 28 Feb 2014 14:42:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5CBFE96; Fri, 28 Feb 2014 14:42:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 28 Feb 2014 14:42:15 +0000 From: "Matthew Sporleder" Subject: CVS commit: pkgsrc/devel/concurrencykit To: pkgsrc-changes@NetBSD.org Reply-To: mspo@netbsd.org X-Mailer: log_accum Message-Id: <20140228144215.5CBFE96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mspo Date: Fri Feb 28 14:42:15 UTC 2014 Modified Files: pkgsrc/devel/concurrencykit: Makefile PLIST distinfo Log Message: Update to 0.4.1 release notes follow from http://concurrencykit.org/releases/ --- I am pleased to announce release 0.3.4 of Concurrency Kit. Acquire and release fences have finally been introduced. Significant performance improvements were made to spinlock, rwlock, pflock, cohorts, brlocks and bytelocks on RMO and PSO architectures (PPC*, SPARCv9+, ARM). Significant improvements have been made to ck_hs write-side performance in the presence of deletes. Latency improvements to ck_epoch for read-side critical sections on x86 were introduced. Last but not least, the parametric ck_ring has been re-introduced following discussion and feedback. --- I am pleased to announce release 0.3.5 of Concurrency Kit. This release includes a critical bug fix for ck_ht_gc that affects CK_HT_MODE_DIRECT hash tables (it does not affect bytestring hash tables). Additional optimizations were made to ck_ht_gc and ck_hs_gc for empty hash tables. --- I am pleased to announce release 0.4 of Concurrency Kit. Critical bug fixes were made to ck_bytelock (thanks to Albi Kalvo) for unslotted readers and 32-bit architectures (see below for details). A new robin-hood hash set implementation was added by Olivier Houchard that provides excellent stable performance for delete and write-heavy workloads, while still providing SPMC progress guarantees. A new operation has been added to the bitmap, ck_bitmap_union, that provides a (non-linearized) union of two bitmaps. Some other API changes were made to ck_bitmap. Last but not least, the library now uses the correct naming convention for Darwin targets. --- I am pleased to announce release 0.4.1 of Concurrency Kit. This fixes a calculation error in ck_bitmap_union, which can lead to a crash condition. This was missed due to a lack of the typical testing cycle for the function. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/concurrencykit/Makefile \ pkgsrc/devel/concurrencykit/PLIST pkgsrc/devel/concurrencykit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.