|
Hi Aaron,
Interesting example. It shows that we have some efficiency problems with the current fir implementation. Here is an alternative implementation : fir((c,lc)) = _ <: *(c), R(1,lc) :> _ with { R(n,(c,lc)) = (@(n):*(c)), R(n+1,lc); R(n, c) = (@(n):*(c)); }; fir(c) = *(c); Cheers Yann Le 10/05/13 00:04, Aaron Heller a écrit :
|
------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________ Faudiostream-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
