summaryrefslogtreecommitdiff
path: root/devel/concurrencykit
AgeCommit message (Collapse)AuthorFilesLines
2016-08-10Updated devel/ck (concurrencykit) 0.4.1 to 0.5.1mef3-14/+46
------------------------------------------------- (From: https://github.com/concurrencykit/ck/releases) 0.5.1 on 31 Dec 2015 - regressions/ck_sequence: Use flag rather than counter value for first set. - Prevents resetting exit barrier on overflow. Otherwise, hangs occur on higher-performing systems. 0.5.0 on 2 Nov 2015 - ck_epoch: Fix typo (affects RMO targets). 0.4.5 on 19 Dec 2014 - build: Bump version for next release. 0.4.4 on 2 Sep 2014 - whitespace: Remove extraneous lines. 0.4.3 on 31 Jul 2014 - regressions/ck_stack: Align stack for cmpxchg16b. 0.4.2 on 23 Apr 2014 - build: Bump version for release.
2016-07-02Fix PLIST on !x86_64.joerg1-4/+4
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-02-28add a basic buildlinkmspo1-0/+12
2014-02-28Update to 0.4.1mspo3-147/+151
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.
2014-01-12add concurrencykit pkg, a collection of routines and libs for high performancemspo4-0/+225
concurrent systems