The latest version of unagi-chan is 0.4.1.4-0.

unagi-chan

Version 0.1.0.0 revision 0 uploaded by BrandonSimmons.

Package meta

Synopsis
Fast and scalable concurrent queues for x86, with a Chan-like API
Description

This library provides implementations of concurrent FIFO queues (for both general boxed and primitive unboxed values) that are fast, perform well under contention, and offer a Chan-like interface. The library may be of limited usefulness outside of x86 architectures where the fetch-and-add instruction is not available.

Here is an example benchmark measuring the time taken to write and then read 100,000 messages, with work divided amongst increasing number of readers and writers (time in ms), comparing against the top-performing queues in the standard libraries.

And here is a view on just the unagi implementations.

Author
Brandon Simmons
Bug reports
n/a
Category
Concurrency
Copyright
n/a
Homepage
n/a
Maintainer
brandon.m.simmons@gmail.com
Package URL
n/a
Stability
n/a

Components