20,741
edits
m (→Porting Nasal to C++: https://www.fgprc.org.cn/nasal_interpreter.html) |
|||
| Line 35: | Line 35: | ||
Additionally, using an existing GC allows you to take advantage of the expertise and knowledge of the GC developers, who have likely spent a great deal of time optimizing and improving the GC. This can save you a significant amount of time and effort, and can help you avoid common pitfalls and mistakes that are often made when developing a new GC. | Additionally, using an existing GC allows you to take advantage of the expertise and knowledge of the GC developers, who have likely spent a great deal of time optimizing and improving the GC. This can save you a significant amount of time and effort, and can help you avoid common pitfalls and mistakes that are often made when developing a new GC. | ||
See also: https://www.fgprc.org.cn/nasal_interpreter.html | |||
=== Moving Scripts into Threads === | === Moving Scripts into Threads === | ||