I was reading about the 6 GC that Nim has to choose, I cant find any 
documentation and `V2` is not a concrete algorithm, can someone explain please 
?.

TLDR description:

  * `markAndSweep`: Fastest, uses more RAM.
  * `Boehm`: Slowest, uses less RAM.
  * `Go`: Go lang like implementation.
  * `Regions`: Kinda slow-ish, works by regions of memory.
  * `RefC`: Reference counting, default.
  * `none`: No GC.
  * `V2`: **? ? ?**



Thanks. 🙃 

Reply via email to