75c3f4b28a
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.
203 lines
5.1 KiB
Text
203 lines
5.1 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2014/02/28 14:42:15 mspo Exp $
|
|
include/ck_array.h
|
|
include/ck_backoff.h
|
|
include/ck_barrier.h
|
|
include/ck_bitmap.h
|
|
include/ck_brlock.h
|
|
include/ck_bytelock.h
|
|
include/ck_cc.h
|
|
include/ck_cohort.h
|
|
include/ck_elide.h
|
|
include/ck_epoch.h
|
|
include/ck_fifo.h
|
|
include/ck_hp.h
|
|
include/ck_hp_fifo.h
|
|
include/ck_hp_stack.h
|
|
include/ck_hs.h
|
|
include/ck_ht.h
|
|
include/ck_limits.h
|
|
include/ck_malloc.h
|
|
include/ck_md.h
|
|
include/ck_pflock.h
|
|
include/ck_pr.h
|
|
include/ck_queue.h
|
|
include/ck_rhs.h
|
|
include/ck_ring.h
|
|
include/ck_rwcohort.h
|
|
include/ck_rwlock.h
|
|
include/ck_sequence.h
|
|
include/ck_spinlock.h
|
|
include/ck_stack.h
|
|
include/ck_stdint.h
|
|
include/gcc/arm/ck_f_pr.h
|
|
include/gcc/arm/ck_pr.h
|
|
include/gcc/ck_cc.h
|
|
include/gcc/ck_f_pr.h
|
|
include/gcc/ck_pr.h
|
|
include/gcc/ppc/ck_f_pr.h
|
|
include/gcc/ppc/ck_pr.h
|
|
include/gcc/ppc64/ck_f_pr.h
|
|
include/gcc/ppc64/ck_pr.h
|
|
include/gcc/sparcv9/ck_f_pr.h
|
|
include/gcc/sparcv9/ck_pr.h
|
|
include/gcc/x86/ck_f_pr.h
|
|
include/gcc/x86/ck_pr.h
|
|
include/gcc/${MACHINE_ARCH}/ck_f_pr.h
|
|
include/gcc/${MACHINE_ARCH}/ck_pr.h
|
|
include/gcc/${MACHINE_ARCH}/ck_pr_rtm.h
|
|
include/spinlock/anderson.h
|
|
include/spinlock/cas.h
|
|
include/spinlock/clh.h
|
|
include/spinlock/dec.h
|
|
include/spinlock/fas.h
|
|
include/spinlock/hclh.h
|
|
include/spinlock/mcs.h
|
|
include/spinlock/ticket.h
|
|
lib/libck.a
|
|
lib/libck.so
|
|
lib/libck.so.0
|
|
lib/libck.so.${PKGVERSION}
|
|
lib/pkgconfig/ck.pc
|
|
man/man3/CK_ARRAY_FOREACH.3
|
|
man/man3/CK_COHORT_INIT.3
|
|
man/man3/CK_COHORT_INSTANCE.3
|
|
man/man3/CK_COHORT_LOCK.3
|
|
man/man3/CK_COHORT_PROTOTYPE.3
|
|
man/man3/CK_COHORT_TRYLOCK.3
|
|
man/man3/CK_COHORT_TRYLOCK_PROTOTYPE.3
|
|
man/man3/CK_COHORT_UNLOCK.3
|
|
man/man3/CK_HS_HASH.3
|
|
man/man3/CK_RWCOHORT_INIT.3
|
|
man/man3/CK_RWCOHORT_INSTANCE.3
|
|
man/man3/CK_RWCOHORT_PROTOTYPE.3
|
|
man/man3/CK_RWCOHORT_READ_LOCK.3
|
|
man/man3/CK_RWCOHORT_READ_UNLOCK.3
|
|
man/man3/CK_RWCOHORT_WRITE_LOCK.3
|
|
man/man3/CK_RWCOHORT_WRITE_UNLOCK.3
|
|
man/man3/ck_array_buffer.3
|
|
man/man3/ck_array_commit.3
|
|
man/man3/ck_array_deinit.3
|
|
man/man3/ck_array_init.3
|
|
man/man3/ck_array_initialized.3
|
|
man/man3/ck_array_length.3
|
|
man/man3/ck_array_put.3
|
|
man/man3/ck_array_put_unique.3
|
|
man/man3/ck_array_remove.3
|
|
man/man3/ck_bitmap_base.3
|
|
man/man3/ck_bitmap_bits.3
|
|
man/man3/ck_bitmap_buffer.3
|
|
man/man3/ck_bitmap_clear.3
|
|
man/man3/ck_bitmap_init.3
|
|
man/man3/ck_bitmap_iterator_init.3
|
|
man/man3/ck_bitmap_next.3
|
|
man/man3/ck_bitmap_reset.3.gz
|
|
man/man3/ck_bitmap_set.3.gz
|
|
man/man3/ck_bitmap_size.3
|
|
man/man3/ck_bitmap_test.3
|
|
man/man3/ck_bitmap_union.3.gz
|
|
man/man3/ck_brlock.3
|
|
man/man3/ck_cohort.3
|
|
man/man3/ck_elide.3
|
|
man/man3/ck_epoch_barrier.3
|
|
man/man3/ck_epoch_begin.3
|
|
man/man3/ck_epoch_call.3
|
|
man/man3/ck_epoch_end.3
|
|
man/man3/ck_epoch_init.3
|
|
man/man3/ck_epoch_poll.3
|
|
man/man3/ck_epoch_reclaim.3
|
|
man/man3/ck_epoch_recycle.3
|
|
man/man3/ck_epoch_register.3
|
|
man/man3/ck_epoch_synchronize.3
|
|
man/man3/ck_epoch_unregister.3
|
|
man/man3/ck_hs_count.3
|
|
man/man3/ck_hs_destroy.3
|
|
man/man3/ck_hs_fas.3
|
|
man/man3/ck_hs_gc.3
|
|
man/man3/ck_hs_get.3
|
|
man/man3/ck_hs_grow.3
|
|
man/man3/ck_hs_init.3
|
|
man/man3/ck_hs_iterator_init.3
|
|
man/man3/ck_hs_move.3
|
|
man/man3/ck_hs_next.3
|
|
man/man3/ck_hs_put.3
|
|
man/man3/ck_hs_rebuild.3
|
|
man/man3/ck_hs_remove.3
|
|
man/man3/ck_hs_reset.3
|
|
man/man3/ck_hs_reset_size.3
|
|
man/man3/ck_hs_set.3
|
|
man/man3/ck_hs_stat.3
|
|
man/man3/ck_ht_count.3
|
|
man/man3/ck_ht_destroy.3
|
|
man/man3/ck_ht_entry_empty.3
|
|
man/man3/ck_ht_entry_key.3
|
|
man/man3/ck_ht_entry_key_direct.3
|
|
man/man3/ck_ht_entry_key_length.3
|
|
man/man3/ck_ht_entry_key_set.3
|
|
man/man3/ck_ht_entry_key_set_direct.3
|
|
man/man3/ck_ht_entry_set.3
|
|
man/man3/ck_ht_entry_set_direct.3
|
|
man/man3/ck_ht_entry_value.3
|
|
man/man3/ck_ht_entry_value_direct.3
|
|
man/man3/ck_ht_gc.3
|
|
man/man3/ck_ht_get_spmc.3
|
|
man/man3/ck_ht_grow_spmc.3
|
|
man/man3/ck_ht_hash.3
|
|
man/man3/ck_ht_hash_direct.3
|
|
man/man3/ck_ht_init.3
|
|
man/man3/ck_ht_iterator_init.3
|
|
man/man3/ck_ht_next.3
|
|
man/man3/ck_ht_put_spmc.3
|
|
man/man3/ck_ht_remove_spmc.3
|
|
man/man3/ck_ht_reset_size_spmc.3
|
|
man/man3/ck_ht_reset_spmc.3
|
|
man/man3/ck_ht_set_spmc.3
|
|
man/man3/ck_ht_stat.3
|
|
man/man3/ck_pr.3
|
|
man/man3/ck_pr_add.3
|
|
man/man3/ck_pr_and.3
|
|
man/man3/ck_pr_barrier.3
|
|
man/man3/ck_pr_btc.3
|
|
man/man3/ck_pr_btr.3
|
|
man/man3/ck_pr_bts.3
|
|
man/man3/ck_pr_cas.3
|
|
man/man3/ck_pr_dec.3
|
|
man/man3/ck_pr_faa.3
|
|
man/man3/ck_pr_fas.3
|
|
man/man3/ck_pr_fence_acquire.3.gz
|
|
man/man3/ck_pr_fence_atomic.3
|
|
man/man3/ck_pr_fence_atomic_load.3
|
|
man/man3/ck_pr_fence_atomic_store.3
|
|
man/man3/ck_pr_fence_load.3
|
|
man/man3/ck_pr_fence_load_atomic.3
|
|
man/man3/ck_pr_fence_load_depends.3
|
|
man/man3/ck_pr_fence_load_store.3
|
|
man/man3/ck_pr_fence_memory.3
|
|
man/man3/ck_pr_fence_release.3.gz
|
|
man/man3/ck_pr_fence_store.3
|
|
man/man3/ck_pr_fence_store_atomic.3
|
|
man/man3/ck_pr_fence_store_load.3
|
|
man/man3/ck_pr_inc.3
|
|
man/man3/ck_pr_load.3
|
|
man/man3/ck_pr_neg.3
|
|
man/man3/ck_pr_not.3
|
|
man/man3/ck_pr_or.3
|
|
man/man3/ck_pr_rtm.3
|
|
man/man3/ck_pr_stall.3
|
|
man/man3/ck_pr_store.3
|
|
man/man3/ck_pr_sub.3
|
|
man/man3/ck_pr_xor.3
|
|
man/man3/ck_queue.3
|
|
man/man3/ck_ring_capacity.3
|
|
man/man3/ck_ring_dequeue_spmc.3
|
|
man/man3/ck_ring_dequeue_spsc.3
|
|
man/man3/ck_ring_enqueue_spmc.3
|
|
man/man3/ck_ring_enqueue_spmc_size.3
|
|
man/man3/ck_ring_enqueue_spsc.3
|
|
man/man3/ck_ring_enqueue_spsc_size.3
|
|
man/man3/ck_ring_init.3
|
|
man/man3/ck_ring_size.3
|
|
man/man3/ck_ring_trydequeue_spmc.3
|
|
man/man3/ck_rwcohort.3
|
|
man/man3/ck_rwlock.3
|
|
man/man3/ck_sequence.3
|
|
man/man3/ck_spinlock.3
|