Re: memory usage issue for double-float operations
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <ZvcdySf-BzJON6wQ@anomaly> |
On 2024-09-27 at 15:21:07 -0500, Matt Kaufmann <[email protected]> wrote: > I'd really like to avoid boxing of double-floats returned by function > calls [...] I don't have a solution, but I ran into this myself a few months ago. The accepted answer on https://stackoverflow.com/questions/47450450/avoiding-float-to-pointer-coercion-in-common-lisp is pretty good, and it contains a link to https://groups.google.com/g/comp.lang.lisp/c/AsKvR0emFtU/m/ILVjmLTlJ50J has a few more details.