Hello, Manuel, I was able to easily work around the problem cited with my srfi25 implementation by a using regular procedure. The procedure in question implemented array-ref for an s64array type, and it was a bit expensive to allocate on every array reference with the generic array-ref implementation, especially when used in a tight loop.
Thanks,Joe
