On Thu, May 28, 2009 at 7:34 AM, Darrin Thompson <darri...@gmail.com> wrote:
> I used csv last night and found it to be wicked fast even for my 306
> column monster. It parsed it all in about 32 seconds and I could run a
> combinator function on the whole dataset in 10 ms.

Phil did a good job with writing clean code, but don't think it has
been optimized at all, so if it is fast enough for you in its current
state, just wait until its been tweaked a little bit for performance
;-)

> with-delimiter seemed a little awkward to me. I thought I should be
> setting up a config object and passing it to file>csv or whatever, but
> that could just be the OO in me talking. I haven't really grasped the
> factor way yet.

I'd suggest using a config object too. There is precedent in a few
existing libraries, like io.launcher's run-process word, the UI's
open-window word, and others.

Slava

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to