guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

data type ByteBuffer


From: Steven Wu
Subject: data type ByteBuffer
Date: Thu, 6 May 2004 00:39:57 -0700

I wonder if there is a built-in simple data type like ByteBuffer in Java, or Message_Block in ACE. It seems to me, when dealing with network programing, such a data type can be very efficient. The Message_Block in ACE emulates SysV message block used in device driver with reference counting, and the concept of adding continue blocks. It shouldn't be very hard to implement the similar thing in guile.

steve





reply via email to

[Prev in Thread] Current Thread [Next in Thread]