OpenHFT / Chronicle-Values

http://chronicle.software
Other
104 stars 38 forks source link

Resizing Arrays #15

Closed sirinath closed 3 years ago

sirinath commented 8 years ago

If there is a possibility to have resizable arrays with perhaps linking allocated chunks.

peter-lawrey commented 3 years ago

Resizable data is probably better handled with BytesMarshallable and TriviallyCopyable objects.