You are not logged in.
Pages: 1
can you plan to support ? tks !
mORMot Can Save MongoDB GridFS ? how to do ?
Don't create a TMemoryStream each time you need one, but rely on a private instance in your class, already sized in enough memory, in which you will write data using Position to retrieve the end of data and not changing its Size property (which will be the memory block allocated by the MM);
can you share some sample code ? tks
Pages: 1