From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ef44357ebdfefea,start X-Google-Attributes: gid103376,public From: G Subject: number bases Date: 1999/11/01 Message-ID: <381D4C88.B5E8BBE7@interact.net.au>#1/1 X-Deja-AN: 543003368 Content-Transfer-Encoding: 7bit Organization: Humanity X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-01T00:00:00+00:00 List-Id: Hi. I don't have enough time to study Ada full time because I am too busy doing websites for non-profits, welfare orgs etc. However - my occasional series of silly and irrelevant programming questions concerning Ada continues: If someone decides to represent all or the majority of integers in a program unit with base 2 or 16 - does this in any way optimise the code. Which is to say - does it take less space in memory and is it more efficient (does it run faster) to represent integers (floats, whatever) in a form closer to the machine architecture/structure (i.e. binary) ? Puh-leeze. -Thanks -G