[Bug 635511] Review Request: assimp - Library to import various 3D model formats into applications

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 17 20:55:59 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=635511

--- Comment #19 from Tom "spot" Callaway <tcallawa at redhat.com> 2010-11-17 15:55:58 EST ---
Yeah, you're dead on about the errors. Pushing it to 15 makes the errors go
away.

At 15, these are the times from three runs:

Run 1:
         atof time = 478
    fast_atof Time = 268
old fast_atof time = 486
The fast method isn't at least three times as fast as atof()

Run 2:
        atof time = 446
    fast_atof Time = 267
old fast_atof time = 461
The fast method isn't at least three times as fast as atof()

Run 3:
         atof time = 399
    fast_atof Time = 295
old fast_atof time = 462
The fast method isn't at least three times as fast as atof()

Averaged:

        atof time = 441
    fast_atof Time = 276
old fast_atof time = 469

The fast_atof time with the assimp patch and AI_FAST_ATOF_RELAVANT_DECIMALS 15
is approx 1.6x faster than glibc atof.

Just for reference, the average fast_atof time in stock 1.7.2 across three runs
was: 504. Which is slower than the glibc atof.

I'm doing runs with AI_FAST_ATOF_RELAVANT_DECIMALS 10 now.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list