Re: [eigen] Performance comparision between static and dynamic arrays |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Performance comparision between static and dynamic arrays
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 27 Jun 2010 12:50:22 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=5LGu+5Mgf1vC3rJihWky0jept9j0L5UzVd9NY3S2md4=; b=Qu5ozer+1MG8+hXFXLynmKT0Hs0fN0pPj9F1R5kOqNNua24rdWkbxtkbU3vOwkf0q/ 4htfOJtR0sOwfWShnPZMaeobTePwSPgt8m/myVvxB/y+xp0ZiYrzrS6cdbNSHDVdIi4e 1NvNsqbk18pVNGjcICh8+p/GfpZ8Dc6Rzba7U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=L3UHYvFrAFX0CMnFqYbkWLfV+4XFfbvDEFL5fbEJNldEhf6oRpQkbthX9fz+JGXpPv SZhOFfpcaVkXjUGpI4Uwat2DDtxYXDhnPWjN2AmHnbHlMOcWSMROkKWuDZOlcZ5KJmWB npWrB+itBea8keIvb9Wvu5lsRPr3qlwEI6Huo=
Yes, for very small sizes, the difference can be huge, not only
because of malloc, but also because fixed sizes allow to unroll loop.
Benoit
2010/6/27 Mani chandra <mchandra@xxxxxxxxxx>:
> Dear Eigen devs,
>
> Is there a significant performance difference between statically and
> dynamically allocated arrays in Eigen?
>
> Regards,
> Mani chandra
>
>
>