DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibvrb0
BeschreibungVirtual Ring Buffer library
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.5.1-5
Sektionuniverse/libs
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonlibc6 (>= 2.4)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quellevrb
Paketgröße10180 Byte
Prüfsumme MD5ab74e076ee90e1c7092519c15bc5f194
Prüfsumme SHA176803e87532e6a9c8f867a4c0855334a6d383525
Prüfsumme SHA256238f28152cbe0e132dd94cd04cd211740d399cbb287e404a9136382eb3dc590d
Link zum Herunterladenlibvrb0_0.5.1-5_i386.deb
Ausführliche BeschreibungThe Virtual Ring Buffer (VRB) is an implementation of a character FIFO ring buffer. A ring buffer is a special memory area, because writing beyond the end of it actually results in a write at the beginning. Such a construct comes very handy in applications where one end of a communications channel is required to produce or consume data at a constant rate, but the other end cannot gurantee this. This is a common situation in multimedia applications or Voice-over-IP solutions, for example. . VRB provides direct access to the buffer so the calling program can construct output data in place, or parse input data in place, without the extra step of copying data to or from a calling program provided buffer area, thus provides a highly efficient ring buffer implementation.


Impressum
Linux is a registered trademark of Linus Torvalds