Search code examples
How to access unaligned data in rust without copies...


c++rustunsafezero-copy

Read More
How do zero-copy networking libraries avoid copies when they read/write packets into rx/tx rings?...


linuxnetwork-programmingdpdkxdp-bpfzero-copy

Read More
How to get InputStream via Spring-Feign?...


javaspring-bootspring-cloud-feignfeignzero-copy

Read More
Zero copy in sockets...


cpipesplicesendfilezero-copy

Read More
How do you write zero copy in java? What are the main differences...


javafile-iozero-copy

Read More
Is there a way make a std::string that references an externally provided buffer but not own it?...


c++stringreferencezero-copy

Read More
Numpy array: get the raw bytes without copying...


pythonarraysnumpyzero-copypython-bytearray

Read More
Netty using ByteBuffer from pooled direct ByteBuf...


javanettyniobytebufferzero-copy

Read More
How to implement zero-copy tcp using lock-free circular buffer in C++...


c++tcpcircular-bufferlocklesszero-copy

Read More
Does Python support zero-copy I/O?...


pythonfile-ioiozero-copy

Read More
How do I construct string from byte array in D...


stringsizedzero-copy

Read More
What can cause returning SO_EE_CODE_ZEROCOPY_COPIED when sending udp messages with MSG_ZEROCOPY?...


clinuxzero-copy

Read More
can you create a np.complex128 1d array from two np.float 1d arrays without copy?...


pythonperformancenumpyzero-copy

Read More
Can I do a zero-copy std::string allocation in C++ from a const char * array?...


c++performancestdstringzero-copy

Read More
How to use Zero-copy sendmsg/Receive in Boost.Asio...


c++linux-kernelboost-asiozero-copy

Read More
Zero-copy user-space TCP send of dma_mmap_coherent() mapped memory...


linuxlinux-kernelembedded-linuxsplicezero-copy

Read More
Netty Zero-copy in windows...


javaclient-servernettyzero-copy

Read More
Zero-copy construction of an Eigen SparseMatrix...


c++eigenzero-copy

Read More
How do I store a result using Serde Zero-copy deserialization of a Futures-enabled Hyper Chunk?...


rustzero-copyserde

Read More
Why OpenOnload extensions API for zero-copy doesn't have anything for UDP send or TCP receive?...


c++zero-copyopenonload

Read More
How can I use Linux's splice() function to copy a file to another file?...


clinuxpipesplicezero-copy

Read More
how to refer part of an array?...


javaarraysprotocol-bufferszero-copy

Read More
Reactive Extension, wrap third party API event - zero copy?...


c#system.reactivezero-copy

Read More
FileChannel zero-copy transferTo fails to copy bytes to SocketChannel...


javasocketsniozero-copy

Read More
is there transferFrom like functionality in Netty for zero copy?...


javahttpnettyniozero-copy

Read More
Determining whether a readable file descriptor is the read end of a pipe...


clinuxfile-descriptorsplicezero-copy

Read More
Implementing "move" thread semantics...


multithreadingrustmessagingzero-copy

Read More
Is Netty's Zero Copy different from OS level Zero Copy?...


linuxmemory-managementnettyniozero-copy

Read More
Does Linux have zero-copy? splice or sendfile?...


clinuxzero-copy

Read More
Alternatives to splice(2) with Unix Domain Sockets (UDS)...


c++spliceunix-socketzero-copy

Read More
BackNext