efficiency change by dynamic allocation in microprocessor
- From: "dungglee" <dungglee@xxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 23:32:56 -0500
Question>
Hi,
I should make scientific program which use linea alebra with so many
matrixs.
I would like to know whether it is good to make matrix class using dynamic
memory allocation (new/delete or malloc/free) or using two-D arrays with
fixed (big enough)size?
of course, my focus is efficiency in terms of speed.
How much I would experience speed down if I use matrix class using dynamic
allocation?
If the quantity of speed down is big enough, where can I get some useful
information about matrix computation in embedded system?
c.f.> I already made matrix class using new/delete and am using it for my
project. however I think it does not have enough performance.
It seems to be slower than I thought.
and I am using samsung S3c2410 (ARM920T core with 16K chache and mmu).
This message was sent using the comp.arch.embedded web interface on
www.EmbeddedRelated.com
.
- Follow-Ups:
- Prev by Date: Re: onboard EROM PXE programming in windows
- Next by Date: Re: Floating point calculations on 16 uC
- Previous by thread: AD7709
- Next by thread: Re: efficiency change by dynamic allocation in microprocessor
- Index(es):