<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">On 1/2/20 1:57 PM, David Mason wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:9c640e36-82bf-486f-996d-7ae045c9c375@Spark">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <title></title>
      <div name="messageBodySection">
        <div dir="auto">
          <div dir="auto"><span style="caret-color: rgb(39, 39, 40);">On
              Jan 2, 2020, 11:22 AM -0500, Nicholas Krause
              <a class="moz-txt-link-rfc2396E" href="mailto:xerofoify@gmail.com"><xerofoify@gmail.com></a>, wrote:</span><br>
            <blockquote type="cite" class="spark_quote"
              style="caret-color: rgb(39, 39, 40); margin: 5px;
              padding-left: 10px; border-left-width: thin;
              border-left-style: solid; border-left-color: rgb(26, 188,
              156);">Thanks for letting me know. Don't know if it will
              be solved as that's a problem in my view.<br>
            </blockquote>
          </div>
          <div dir="auto"><br>
          </div>
          I was going to say that you could implement a garbage
          collector in/for Rust, but first I checked if there was a
          crate for one, and sure enough, there is: <a
            href="https://github.com/Manishearth/rust-gc/"
            moz-do-not-send="true">https://github.com/Manishearth/rust-gc/</a> for
          those occasions when you really need a garbage collector. It’s
          in development, but looks pretty usable.</div>
      </div>
      <div name="messageSignatureSection"><br>
        <div class="matchFont">../Dave</div>
      </div>
    </blockquote>
    This isn't a issue that can be solved by a garbage collector which
    are notoriously for having <br>
    these leaks but something like a unsafe mode with something similar
    to weak_ptr in C++.<br>
    <br>
    <br>
    Not sure what the unsafe Rust implementation would would do but its
    a outstanding<br>
    issue if you assume that memory has a non circular owner,<br>
    <br>
    Nick<br>
  </body>
</html>