Alex Snyatkov ce7d392e37 Use *[]byte in bufferPool to reduce allocs
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).
2026-04-07 04:50:09 +02:00
2026-04-06 00:45:41 +02:00
2026-01-22 10:59:01 +02:00
2023-04-18 13:46:38 +02:00
2026-01-22 10:59:01 +02:00
2026-04-06 00:45:41 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2022-10-21 09:58:20 +09:00
2026-01-22 10:59:01 +02:00
2026-02-18 23:05:21 +02:00
2026-02-18 23:05:21 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00
2026-01-22 10:59:01 +02:00


Pion ICE

A Go implementation of ICE

Pion ICE join us on Discord Follow us on Bluesky
GitHub Workflow Status Go Reference Coverage Status Go Report Card License: MIT


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

S
Description
Languages
Go 100%