Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devel/concurrencykit: Update to 0.2.20 | Kubilay Kocak | 2013-07-21 | 4 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | - Update to 0.2.20 - Use PLIST_SUB for shared library version in pkg-plist - Update pkg-plist and Makefile.man Changes: - Support for Intel TSX extensions (ck_pr_rtm) - Support for lock elision - A ck_hs_move operation - Support for reader-writer cohort locks Release Announcement: https://groups.google.com/forum/#!topic/concurrencykit/Yx-g3CBFR2Y Notes: svn path=/head/; revision=323369 | ||||
* | devel/concurrencykit: [NEW PORT] Lock-free data structures for high ↵ | Kubilay Kocak | 2013-06-25 | 5 | -0/+211 |
performance concurrent systems Concurrency Kit provides a plethora of concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures designed to aid in the design and implementation of high performance concurrent systems. WWW: http://concurrencykit.org Reviewed by: Samy Bahra Notes: svn path=/head/; revision=321743 |