Jonas Raoni wrote: > I'll just copy the ideas and implement my own TStreamAdapter to avoid > using extra code
It's code that you write and test, or it's code that someone else already wrote and tested for you. Either way, it's extra code. (But if it's code you need for your program to work, it's hardly "extra.") > and I see it also uses the "stdcall" to be compatible > with COM stuffs, which will slow down my application... I'm storing > something like 30-60mb in each "tree file"... It's not slow at all, > but it isn't very fast either... When there are disk I/O operations involved, I don't think a half-dozen-or-so extra CPU instructions per method call is going to make much of a difference. -- Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

