xtaci / smux

A Stream Multiplexing Library for golang with least memory usage(TDMA)
MIT License
1.27k stars 189 forks source link

alloc module memory release #78

Open caleb-letsgo opened 3 years ago

caleb-letsgo commented 3 years ago

The alloc module of smux is equal to saying that memory only goes up and not down, right?

xtaci commented 3 years ago

no ,it's not, sync.Pool will recycle memory with strategy.