Re: [eigen] slides of my talk |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] slides of my talk
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Mon, 26 Jan 2009 17:20:21 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=vthavyo4yJ4la7wdlZajt3e7PwjbC9VZP3/toOCxqs4=; b=vpNWoQlyckc3q0/K4DlmtIIfF+Ua3eSUlkaXQbSTL0L7DpccqLliw1VVe39ttYz8bL zLWezbBpBBidbI9G6Iewv0L4s2K9O32jwR+THLltcoo8A15b8FG4pWrwuGiAbDyxrHBU VUt5ZAV7yKR/cpGo5mIis7QgXQa1Sh0z9qq2I=
- 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=atDLAZfRKVACztbP4iIIEWNYX7VyXlW43L4ddDkE3m4zaC650PoDeazKJr/JdYKh3H RuDAehrt9rjZHNm7+FBa+5pxobBe39PPgANhR8bVdXYk65Mwv1KVnnFTmO/atHGZfMUD 1T3fRBodG1zxaS936TO81MUPyO5XqFXw2q6SE=
On Mon, Jan 26, 2009 at 4:53 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> The point is that even if they optimize some common operations for
> small fixed sizes they can only do it for a small fixed number of
> these.
actually if they have a good JIT, they only have the overhead of the
parsing and compilation and then the algorithm would be as fast as
Eigen !