mirror of
https://github.com/pion/ice.git
synced 2026-04-22 16:17:11 +08:00
ce7d392e37467e44645103b116e1f0f9d5b96504
sync.Pool boxes values into any (interface{}).
Storing []byte directly causes the 24-byte slice
header to be heap-allocated on every Put().
Storing *[]byte avoids this since the pointer is
already on the heap.
Same pattern used in Go stdlib (fmt.pp,
encoding/json).
Pion ICE
A Go implementation of ICE
Roadmap
The library is used as a part of our WebRTC implementation. Please refer to that roadmap to track our major milestones.
Community
Pion has an active community on the Discord.
Follow the Pion Bluesky or Pion Twitter for project updates and important WebRTC news.
We are always looking to support your projects. Please reach out if you have something to build! If you need commercial support or don't want to use public methods you can contact us at team@pion.ly
Contributing
Check out the contributing wiki to join the group of amazing people making this project possible
License
MIT License - see LICENSE for full text
Description
Languages
Go
100%