Re: Generic Function Question

Joseph Donaldson <[email protected]> Wed, 6 May 2020 23:42:55 +0000 (UTC)
Newsgroups gmane.lisp.scheme.bigloo
Message-ID <[email protected]>
 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