Hi,

(this is by no means any critism against Racket!)

I have to break down input from textfiles in lists. Due to
missing formatting symbols like ";" (csv) I have do it more
"analogous". ;)

It can be done by regex and it can be done by line splitting,
procesing the results (removing superflous whitespace) and 
selecting from that result what I need.

There are lot of lines to process....

How fast are regex in racket in comparison to the other way to
implement the whole thing?

Thanks a lot for any help in advance!
Cheers
 Meino



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to