From: <web...@st...> - 2003-07-07 09:23:46
|
On Sat, 5 Jul 2003, Marc Palmer wrote: | This is just one reason why exposing FastWriter is bad news. Why should it | even be exposed at all anyway?! Just make it delegate to a normal Writer | and have no "public API" methods that use it. YES! I HATE FASTWRITER! I can't see no reason at all to expose internal "performance hacks". Gimme a Writer, and write to it the normal Writer-methods. OR, do a "instanceof" on the crucial places, and do the performance magic there. And how much performance gain is it anyways? -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate portal / EIP - http://www.corelets.com/ |