smalltalk - What object to hold a large amount of text in? -



smalltalk - What object to hold a large amount of text in? -

i planning seaside app hold text, single instance may to, say, 5mb. kind of object best this?

i iterations on text.

thanks, vince

edit: replies far. file csv file takes ~40 minutes generate legacy finance system, must pre-generated , stored. each line client record , need pull each 1 out , utilize values , when client logs in. client access not predictable , interfacing legacy scheme generate each line on fly lastly resort.

given file takes long generate , need more-or-less random access file later on, opt parsing file , keeping structured info in memory afterwards.

there csv parser project on squeaksource can use. create structured object tree of csv records can use.

smalltalk pharo seaside

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -