It depends on what you are doing - can you be more specific?

Here's what I see on my machine:

   $i.1e8
100000000
   $i.1e9
|limit error
|   $    i.1000000000
   $i.2e8
|out of memory
|   $    i.200000000

I've developed some tools for handling large datasets - you can read about
them here:
http://www.jsoftware.com/jwiki/NYCJUG/2007-03-13?highlight=(large)|(data)#AdvancedTopics

Also - you may find it handy to use mapped files:
http://www.jsoftware.com/jwiki/Studio/Mapped%20Files.

Or, if you need to work with a single very large file, this may be helpful:
http://www.jsoftware.com/jwiki/Scripts/Working%20with%20Big%20Files

On Wed, Dec 2, 2009 at 11:32 AM, Richard Kubina <[email protected]>wrote:

> I'd like to work over the domain of i.3e8 but I reach a limit error.
> How should I handle this?
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



-- 
Devon McCormick, CFA
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to