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' element from a blob directly, I think I'll be set. :-)

Ed


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to