---Alex Rufon wrote:
> So I thought about how I actually do sorting
> which is this way:
> $v=: (1024 * 1024) [EMAIL PROTECTED]
...
> timespacex 'v{~/:v'
> 0.0476471870028174 25166528
Simpler, faster and leaner.
ts 'v{~/:v'
0.0769561494547 16777920
ts '/:~v'
0.0175374942905 8397504
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
