Re: [Flac-dev] Flac-dev Digest, Vol 45, Issue 2

2008-05-08 Thread Brian Willoughby
There's a problem with Intel's TBB package: It won't run on PowerPC or other processors. On May 6, 2008, at 21:41, Frederick Akalin wrote: On Tue, May 6, 2008 at 4:52 PM, Christopher Peplin <[EMAIL PROTECTED]> wrote: > Along the same line as Frederick, myself and another university > student

Re: [Flac-dev] Flac-dev Digest, Vol 45, Issue 2

2008-05-06 Thread Frederick Akalin
On Tue, May 6, 2008 at 4:52 PM, Christopher Peplin <[EMAIL PROTECTED]> wrote: > Along the same line as Frederick, myself and another university student were > able to implement a multi threaded FLAC > encoder, but using Intel's Threading Building Blocks (TBB) package. We saw > similar near-linea

Re: [Flac-dev] Flac-dev Digest, Vol 45, Issue 2

2008-05-06 Thread Christopher Peplin
Along the same line as Frederick, myself and another university student were able to implement a multi threaded FLAC encoder, but using Intel's Threading Building Blocks (TBB) package. We saw similar near-linear speedup. Our solution is a bit more convoluted since we were learning the API, TBB a