versatica / mediasoup

Cutting Edge WebRTC Video Conferencing

Home Page:https://mediasoup.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatbuffers: [Rust] Do not use heap for flatbuffer generation or read

jmillan opened this issue · comments

For performance reasons use the Refs for reading and create the buffers with the creator pattern.