|
|
|
|
|
by atilaneves
2286 days ago
|
|
> Are there any downsides beyond the niggle the author mentioned? For me, using a GC is just a lot easier than making the borrow checker happy. Given that in practice it's rare that the GC is the bottleneck (and when it is I write around it after profiling), the trade-off just isn't worth it for me. > Are compilation speeds an issue for anyone? Yes, it's pretty slow to compile. |
|