A key difference between
   integer <[EMAIL PROTECTED] integer
and
   integer <[EMAIL PROTECTED] float
is that the former can be done using all integer
operations but the latter can not.



----- Original Message -----
From: Oleg Kobchenko <[EMAIL PROTECTED]>
Date: Monday, February 12, 2007 8:23 pm
Subject: Re: [Jgeneral] large space overhead

> So the space saving is actually x5 times
> 
>   2.09722e7 % 4.19501e6     <<<
> 4.99932
> 
> And space does not depend on argument being power of 2.
> 
> The idea is to extend this over to
> 
>  y <[EMAIL PROTECTED] 0.3
> 
> and for z=. %1+y 
> 
>  z <[EMAIL PROTECTED] 256
> 
> Does it make sense?
> 
> For example, the results in j602 between
> 
>   ts 'y <[EMAIL PROTECTED] %0.3'
>   ts 'y <[EMAIL PROTECTED]  0.3'
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to