Blog Posts

Recent posts

Rust vector iteration

less than 1 minute read

The following example shows difference of iterating vector items between for and with iter() method

QUIC tranport protocol

less than 1 minute read

QUIC is a multiplexed stream transport over UDP. By using this protocol, it can dramatically reduce the connection establishment time for TCP+TLS.