Meta Configuration of Package libatomic_ops-devel
1
<package name="libatomic_ops-devel" project="multimedia">
2
<title>A portable library for atomic memory operations</title>
3
<description>This package provides semi-portable access to hardware provided
4
atomic memory operations. These might allow you to write code:
5
6
* That does more interesting things in signal handlers.
7
* Makes more effective use of multiprocessors by allowing you to
8
write clever lock-free code. Note that such code is very difficult
9
to get right, and will unavoidably be less portable than lock-based
10
code. It ia also not always faster than lock-based code. But it may
11
occasionally be a large performance win.
12
* To experiment with new and much better thread programming
13
paradigms, etc.
14
15
For details and licensing restrictions see the files in the doc
16
subdirectory.</description>
17
<person userid="netmax" role="maintainer"/>
18
</package>
19