More speedups for Store

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

More speedups for Store

Andres Valloud-2
Hello VWNC,

  And the TimeProfiler was still showing considerable string
  manipulation... another thing that caught my eye was that
  instances of GeneralBindingReference were being sent asString
  numerous times, only to have that string written to a stream.

  In other words, asString created its own stream to get the contents,
  so that those contents could be written to another stream.

  I fixed that as well.  I'm still hoping I didn't miss anything, or I
  guess I will be forced to build a new Store repository...

--
Best regards,
 Andres                          mailto:[hidden email]

GeneralBindingReference-storeOn.st (502 bytes) Download Attachment
GeneralBindingReference-printOn.st (598 bytes) Download Attachment
GeneralBindingReference-printStringRepresentationOn.st (610 bytes) Download Attachment
GeneralBindingReference-asString.st (622 bytes) Download Attachment