Thread: Cls-lzham
View Single Post
  #12  
Old 06-01-2018, 06:26
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by PrinceGupta2000 View Post
If u can't represent more than 4 gb in int how will u address memory space more then that
You can represent 4GB> in int. Remember, 64-bit converts to 8 bytes. Int64 takes up just 8 bytes in memory, so really you can store that much data in the integer, but when it comes to addressing memory, this is not possible. At least from my understanding.

Edit:
At least in pascal, we are told that memory addresses can be recalled by pointers. These pointers in 32-bit environment are an equivalence to a 32-bit integer because they are 4 bytes while in 64-bit, they are 8 bytes.
Quote:
Originally Posted by doofoo24 View Post
@Razor12911 please can you update the cls-zstd to the newer ver 1.3.3 (there new setting like ultra and Long Range Mode)
I'll assign 78372 to do it

Last edited by Razor12911; 06-01-2018 at 06:34.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
doofoo24 (06-01-2018), ShivShubh (24-11-2019)