]> git.vouivredigital.com Git - vouivre.git/commit
Optimize garbage collection
authoradmin <admin@vouivredigital.com>
Mon, 20 Nov 2023 07:56:37 +0000 (16:56 +0900)
committeradmin <admin@vouivredigital.com>
Mon, 20 Nov 2023 07:56:37 +0000 (16:56 +0900)
commit6f945ff1f9cae705f27d70ec18891df3ce3b50d4
tree61638c26b423e12579474a3f23d74f879cc9d4fe
parent9964679f600c8fb7a9fb30d1b0131a064af2592f
Optimize garbage collection

Instead of allocating memory on every index of every
differentiable function call we do it once per call
and use the buffer for all indices.
grad.scm
misc.scm