At Sat, 23 Jul 2011 14:42:15 -0400, John Clements wrote:
This C code adds the content of one buffer to another one, with no checking.
The corresponding racket code runs about 10x slower. Do you folks think that
it
should be possible to do better? (One salient fact: these are
This C code adds the content of one buffer to another one, with no checking.
The corresponding racket code runs about 10x slower. Do you folks think that it
should be possible to do better? (One salient fact: these are
shorts--16-bit-ints--not 32-bit ints.)
John
void addOn(short *dst, int
What is the data you're using to represent the shorts in Racket?
Robby
On Sat, Jul 23, 2011 at 1:42 PM, John Clements
cleme...@brinckerhoff.org wrote:
This C code adds the content of one buffer to another one, with no checking.
The corresponding racket code runs about 10x slower. Do you
On Jul 23, 2011, at 2:46 PM, Robby Findler wrote:
What is the data you're using to represent the shorts in Racket?
#s16vectors.
John
Robby
On Sat, Jul 23, 2011 at 1:42 PM, John Clements
cleme...@brinckerhoff.org wrote:
This C code adds the content of one buffer to another one, with
4 matches
Mail list logo