Y
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
sdogruyol
3058 days ago
Crystal uses Boehm GC
https://github.com/ivmai/bdwgc
link