chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Request for general advice on reading binary data


From: Matthew Welland
Subject: [Chicken-users] Request for general advice on reading binary data
Date: Tue, 29 Apr 2008 06:33:44 -0700
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)

I'm using file-open and file-read and various blob to vector conversions to 
read and parse binary files. Does anyone have any general suggestions or 
guidelines for doing this efficiently? One possibility that occured to me 
is to read large chunks into a blob and then process rather than reading 
small chunks as needed. I'll probably give this a try but I'm hoping to 
save exploring dead ends by tapping the wisdom of this group.

Matt
-=-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]