Re: Question: Arrays and Matrixes
Re: Question: Arrays and Matrixes
- Subject: Re: Question: Arrays and Matrixes
- From: has <email@hidden>
- Date: Wed, 13 Mar 2002 02:30:35 +0000
ThePPCGod wrote:
>
It has to do with some number theory and encryption/decryption thoughts I was
>
playing with. Yes, I know how many data items that means. At each one having
>
a short-byte (char), it would be approximately 610Mb worth of data. I was
>
just curious if the structure for it could be created in AppleScript. Every
>
point would contain a single (printable/viewable) character. Meanwhile, my
>
question has been answered (lists of lists, not the best form imaginable).
Ah, a static lookup table.If you'd been putting content into just a few of
those points I'd have suggested using a hash of some sort. But no, no
practical way to create anything that big; not unless you got a big ol'
Cray box in your garage or something...:) Guess you'll just have to do the
maths on the fly.
Cheers,
has
http://www.barple.connectfree.co.uk/ -- The Little Page of Beta AppleScripts
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.