|
|
|
|
|
by dnautics
2798 days ago
|
|
> simpler code Have you used julia? You're almost never calculating your offset to a pointer. The VM does that for you. (As it does for python, ruby, erlang). Or actually in the case of julia it's more accurate to say the (extremely lazy ahead of time) compiler does it for you. |
|