mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 10:30:38 +00:00
2847a1de6577bf90cfeae8facc5b5da0dc9d608a
This is a stream of data arriving in chunks. With a native TCP stack, it will serve individual buffers as arriving from the network interface and queued by the TCP stack. With the hosted stack (bsd_data_source_impl), we unfortunately have to allocate each chunk individually.
Description
No description provided
Languages
C++
72.7%
Python
26.1%
CMake
0.3%
GAP
0.3%
Shell
0.3%