| ▲ | rishabhaiover 11 hours ago | |
it allows the program to reference memory without having to manage it in the heap space. it would make the program faster in a memory managed language, otherwise it would reduce the memory footprint consumed by the program. | ||
| ▲ | jeffbee 11 hours ago | parent [-] | |
You mean it converts an expression like `buf[i]` into a baroque sequence of CPU exception paths, potentially involving a trap back into the kernel. | ||