I'm using the job-queue module
(https://docs.racket-lang.org/job-queue/index.html) and want to
confirm that I understand the memory management implications

Imagine I do this:

     (struct fruit (num))
     (define (foo) (make-list 100000000 (fruit 7)))
     (define (bar) (map (compose add1 fruit-num) (foo)))

(

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to