Add a todo comment about potential GC reduction in DTO

This commit is contained in:
James Seibel
2024-12-03 19:26:47 -06:00
parent af932c5bc9
commit 73e5c35fc4
@@ -55,6 +55,10 @@ public class FullDataSourceV2DTO implements IBaseDTO<Long>, INetworkObject
/** only for the data array */
public int dataChecksum;
// TODO pool byte arrays, and use JDBC blobs or stream said arrays, to potentially reduce GC load
//resultSet.getBinaryStream(0);
//resultSet.getBlob(0).free();
public byte[] compressedDataByteArray;
/** @see EDhApiWorldGenerationStep */