Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
DataStream performance example
Last updated at 8:55 pm UTC on 22 October 2017
 Herbert König
 	Sun, Oct 22, 2017 at 5:11 PM
 Reply-To: The general-purpose Squeak developers list 
 To: squeak-dev@lists.squeakfoundation.org
 
 Hi,
 
 DataStream it is. On an Array of objects
 
 JSON  write avg. 6 s  read avg.  1s    for 1500 KB
 
 ReferenceStream write avg. 1.9 s read avg.  0.4 s  for 689 KB
 
 DataStream write avg. 1.55 s read avg. 0.13s for 698 KB
 
 Cheers,
 
 Herbert

The JSON serialization method used in the performance example above.