The following code snippet shows that conversion between sparse and dense is not _required_.
s=: 1 $. 9876543 $ 2 #$ s 9876543 #$ +/ s 9876542 /: s 0 1 s -: /:~ s 1 What are the benefits of restricting the rank to 63? On Sun, Apr 4, 2021 at 7:40 AM Henry Rich <[email protected]> wrote: > Same limit for sparse, because conversion betwwen the two is required. > > Henry Rich > > On 4/4/2021 10:39 AM, Roger Hui wrote: > > For a dense array, 63 makes sense. What about sparse arrays? > > > > > > On Sun, Apr 4, 2021 at 6:52 AM Henry Rich <[email protected]> wrote: > > > >> I propose that the maximum value for a rank, whether of a verb or a > >> noun, will be 63. Minimum verb rank will be _63. > >> > >> You got a problem with that? > >> > >> Henry Rich > >> > >> -- > >> This email has been checked for viruses by AVG. > >> https://www.avg.com > >> > >> ---------------------------------------------------------------------- > >> For information about J forums see http://www.jsoftware.com/forums.htm > >> > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > -- > This email has been checked for viruses by AVG. > https://www.avg.com > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
