Re: [Chicken-users] efficient bytevector-ieee-double-native-ref

2009-02-17 Thread Alaric Snell-Pym
On 17 Feb 2009, at 3:47 pm, Eduardo Cavazos wrote: Eduardo Cavazos wrote: (define (bytevector-ieee-double-native-ref blob i) (f64vector-ref (blob->f64vector/shared blob) i)) So the obvious problem here is the conversion is going to impact performance. If somebody who is familiar with Chic

[Chicken-users] efficient bytevector-ieee-double-native-ref

2009-02-17 Thread Eduardo Cavazos
Eduardo Cavazos wrote: (define (bytevector-ieee-double-native-ref blob i) (f64vector-ref (blob->f64vector/shared blob) i)) So the obvious problem here is the conversion is going to impact performance. If somebody who is familiar with Chicken internals can suggest a way to extract an 'f64