|
|
|
|
|
by Tuna-Fish
417 days ago
|
|
"More instructions to execute" is not synonymous with "slower". NaNboxing lets you use less memory on certain use cases. Because memory access is slow and caches are fixed size, this is usually a performance win, even if you have to do a few extra ops on every access. |
|