Is there an efficient byte buffer queue?
    Heromyth 
    bitworld at qq.com
       
    Sun Oct 14 13:07:30 UTC 2018
    
    
  
On Monday, 8 October 2018 at 09:39:55 UTC, John Burton wrote:
> My use case is sending data to a socket.
>
We have ported some containers from JAVA.
ByteBuffer is a basic container interface and widely used in JAVA.
See also:
https://github.com/huntlabs/hunt/blob/master/source/hunt/container/ByteBuffer.d
https://github.com/huntlabs/hunt/tree/master/examples/ContainerDemo/source
    
    
More information about the Digitalmars-d-learn
mailing list