Yuri Burger wrote: > I'am comparing different languages... I have selected a > simple task (http request headers converter) for this benchmark. > See my implementation of this task in J, example of input and > example of output in attachment. ... > Is it possible to improve my J implementation?
I haven't studied your code yet. (It was caught in a corporate spam trap on my end, until a few minutes ago). However, here's my approach to the overall issue: http://www.jsoftware.com/jwiki/JWebServer/HttpParser This is not an exact match, but if you haven't seen that already, maybe it is of interest. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
