Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!mips!smsc.sony.com!dce From: dce@smsc.sony.com (David Elliott) Newsgroups: comp.sys.mac.hypercard Subject: Fastest way to store long strings in real-time Message-ID: <1991Jan16.202454.22827@smsc.sony.com> Date: 16 Jan 91 20:24:54 GMT Sender: dce@smsc.sony.com (David Elliott) Organization: Sony Microsystems Corp, San Jose, CA Lines: 11 I have a program that will be grabbing chunks of data (MIDI data, if it matters) from an XCMD in the idle loop. The data will come in small chunks (usually less than 100 bytes), and I want to eventually be able to put them all together to send back to an XCMD to save them in a file. I read somewhere that using "put after" is not the fastest way to go. I don't want the program to slow down after lots of data comes in. What's the fastest way to store the data in this case?