Hacker News new | ask | show | jobs
by bitoneill 3058 days ago
The author doesn't mention memory management. I gather Crystal does not have a garbage collector, but the author doesn't explain how Crystals memory management compares to C++ or Rust.
1 comments

Crystal uses Boehm GC https://github.com/ivmai/bdwgc