Files
openairinterface5g/radio
Bartosz Podrygajlo 1ec719bd44 perf(zmq): optimize TX path using ZMQ zero-copy message queue
Optimize the TX path by converting int16 complex samples to float
complex format directly into ZMQ message buffers using SIMD. Queue
these ZMQ messages (`zmq_msg_t`) directly, avoiding temporary internal
copying and enabling ZMQ's zero-copy interface during actual transmit
in the polling thread.

Signed-off-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>
2026-07-09 08:37:57 +02:00
..
2026-07-02 08:46:09 +02:00
2026-03-31 11:50:35 +02:00
2026-07-02 08:46:09 +02:00
2026-07-02 08:46:09 +02:00
2026-06-30 11:34:09 +02:00
2026-04-22 22:34:02 +02:00