forked from coronalabs/corona
-
Notifications
You must be signed in to change notification settings - Fork 0
Some memory possiblities
Steven Johnson edited this page Nov 29, 2023
·
1 revision
Something like this and this could ostensibly be used for larger memory buffers, such as image data (whether or not they're kept around), that are rarely actually touched, in the very common case that we actually have a 64-bit CPU, e.g. drill down on Steam's hardware & software survey for "OS version".
The gist would be to maintain an auxiliary process where these could be allocated and shared.
There are probably further opportunities for using a lot of 64-bit SIMD and other operations and libraries. (TODO: list some of these)
Also explore "enclaves", which seem to be available at least on more recent desktop OSes / hardware. Authentication possibilities?