|
|
|
|
|
by kllrnohj
1857 days ago
|
|
You'd have to do something like allocate a single byte[] for everything you'll ever need, and reading & writing data would just be a constant tax since you can't just in-place cast that to an int or whatever. It wouldn't be very fun. |
|