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.
Crystal uses Boehm GC https://github.com/ivmai/bdwgc
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.