1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-13 09:30:05 +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
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2024-06-26 18:07:57 +01:00
2025-01-09 20:47:51 +00:00
2023-10-28 17:58:11 +01:00