On Sunday, 7 June 2026 at 12:40:49 UTC, Dejan Lekic wrote:
On Sunday, 24 May 2026 at 21:50:28 UTC, mitgedanken wrote:
Anyway, check out the GitHub link.

There are many issues with the code here are the most serious ones:
...

This is a very nice commentary based on his reading of your code.

As an old C guy, I have deep and long experience with pointers. In D, I almost never use them because of that knowledge! I try very hard to use class objects, ref, and out parameters instead. I'm pretty I've yet to do pointer arithmetic.

My code doesn't run as fast as it could--but I don't care. Life is too short to be chasing SEGV's and memory corruption. Arrays, indices, and slices for me.

Andy

Reply via email to