Y
Hacker News
new
|
ask
|
show
|
jobs
by
tacos
3807 days ago
write one? it's simple algebra.
2 comments
nitrogen
3807 days ago
The problem is performance when working with an entire object rather than a primitive type.
link
acchow
3807 days ago
Your homegrown object wouldn't have any special meaning in the JVM and wouldn't be able to be optimized as a 128-bit integer.
link
jovdg
3807 days ago
Parent probably means writing the muldiv function, which would return a "basic" 64bit int.
link