Hacker News new | ask | show | jobs
by MrBuddyCasino 4064 days ago
If it really works - very impressive! Have you considered using sun.misc.Unsafe for things like pointer arithmetic?
1 comments

Yes, but it's way too limited for replicating what you can do with C pointers. Therefore we wrote our own classes.