Deutsch English Français Italiano |
<86a5cnfubs.fsf@linuxsc.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Tim Rentsch <tr.17687@z991.linuxsc.com> Newsgroups: comp.lang.c++ Subject: Re: constexpr is really very smart! Date: Sun, 22 Dec 2024 10:25:59 -0800 Organization: A noiseless patient Spider Lines: 14 Message-ID: <86a5cnfubs.fsf@linuxsc.com> References: <vjndub$2glcu$1@paganini.bofh.team> <20241216112808.00003f74@yahoo.com> <86jzbyghdw.fsf@linuxsc.com> <20241218013342.0000518a@yahoo.com> <20241218135131.00000006@yahoo.com> <86zfksf4lb.fsf@linuxsc.com> <20241220021703.00003e9e@yahoo.com> <86msgqezb8.fsf@linuxsc.com> <20241222000708.000007ef@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Date: Sun, 22 Dec 2024 19:26:00 +0100 (CET) Injection-Info: dont-email.me; posting-host="51a4a5f37c195e1c534565157c1e4040"; logging-data="779267"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+9gKck3ss2r+qxxM2UPw9ED7aGORevgd0=" User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux) Cancel-Lock: sha1:T8VmnokFxL+fpYHi9OiBGv8Up3Y= sha1:hzDx1csj2xX+T9eNIffKb7x4RSM= Bytes: 1657 Michael S <already5chosen@yahoo.com> writes: > On Fri, 20 Dec 2024 14:59:07 -0800 > Tim Rentsch <tr.17687@z991.linuxsc.com> wrote: > >> I ran a python version to compute fibonacci( 10000000 ). This code >> ran 30% faster than the previous version, which I would be is >> almost entirely due to the expression factoring with 'c'. Great! > > This one does fib(10M) in 89 msec on my very old home PC. > > [code] You are the speed king!