1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-06-18 22:44:12 +00:00
Jonathan Coates 22e6c06e59
Don't store terminal snapshot as a ByteBuf
There's too many issues here around object pooling and reference
counting, that it's just not practical to correctly handle. We now just
use a plain old byte[] rather than a ByteBuf.

This does mean the array now lives on the Java heap rather than the
direct heap, but I *think* that's fine. It's something that is hard to
measure.

Fixes #2059
2025-01-12 10:37:27 +00:00
..
2025-01-09 20:47:51 +00:00