Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I am highly skeptical.Thank you, bookmarked for future study.
At first glance, I'm thinking it looks like this could make small, low-powered, limited-memory multicore processors like the Z37xx Atoms more useful.
Good stuff, thanks.I found this to be a very interesting article, which appears to be part of the hidden features in Win 10. It appears over the coming months more and more will be revealed.
http://www.tenforums.com/windows-10-news/17993-windows-10-memory-compression.html
Regards Patsym
The Atoms I was referring to are hard limited to 2GB, so they're candidates for such paging. Searching now, I see there are 4GB Z37xx Atoms, but I wasn't aware of that; AFAIK they aren't used in the supercheapies I would casually buy on a whim anyway.I am highly skeptical.Thank you, bookmarked for future study.
At first glance, I'm thinking it looks like this could make small, low-powered, limited-memory multicore processors like the Z37xx Atoms more useful.
I've looked at using memory compression in some applications and it really isn't viable. Compression and decompression just burns too many cycles. Furthermore, memory is still getting larger/smaller/cheaper but the rate at which CPU speeds are increasing has slowed down quite a bit.
I think these folks get that and so they have a slightly different twist. They're trying to compress those memory structures which are rarely used so less data needs to be written to the page file. So maybe this will help on systems that are paging heavily.
Right, but that won't help legacy programs.But the performance of systems that are paging significantly kinda sucks anyway. This may make them suck a little less. But the real solution is to entirely deallocate that which isn't being used.
Applications programmers need to code more thoughtfully.
Can't add RAM to the ones I was looking at. :-(End users can do a couple of things:
1. Close applications that aren't being used or add RAM. If you allow Windows to start using the swap file, the performance is going to take a nose dive. So just don't go there.
One thing about these particular Atoms that struck me when I was thinking about getting an ultralight, ultracheap laptop that uses them, is that they are quad-core.2. Trim their autostarts to get rid of all those background tasks that vendors like to keep running. e.g. GWX.EXE. That's the "Get Windows 10" advert in your system tray! There's no need to burn CPU cycles compressing the thing and writing it to swap. Just nuke the sucker.
I noticed that too. Have not checked power management since all of the updates that have been installed since the release of the OS.I've read about that as well and it will be a great feature of Windows 10. I hope Microsoft will have a better power management with Windows 10 - that's another thing I don't like about Win 10.
True, but I think the legacy programs are less of a problem compared with some of the bloatware being churned out today :-(But the performance of systems that are paging significantly kinda sucks anyway. This may make them suck a little less. But the real solution is to entirely deallocate that which isn't being used.Right, but that won't help legacy programs.Applications programmers need to code more thoughtfully.
Fair point.Can't add RAM to the ones I was looking at. :-(End users can do a couple of things:
1. Close applications that aren't being used or add RAM. If you allow Windows to start using the swap file, the performance is going to take a nose dive. So just don't go there.
Yes, multi-core decompression is nice but keep in mind it's eating battery life on a mobile device.I have not read the entire article in detail yet, but when I scanned it one phrase I noticed stated that "it’s simultaneously decompressing the data it just read in parallel using multiple CPUs."
Those extra cores might as well be doing something useful, I figure.
Chicken! You weren't shopping with my wife, were you? That's what she always says, but without the "yet"But after tempting myself with a visit to Fry's I've decided that I have too many PCs already, and just can't justify another toy. Yet. :-D
If you suffer from power management problems, it's always worth checking for BIOS updates.I noticed that too. Have not checked power management since all of the updates that have been installed since the release of the OS.
I've gotten so used to multi-gigabyte DRAM and multi-terabyte HDs. Compared to the computers of the past, I confess I haven't been troubled by bloat in a long time; I know I am showing a Bad Attitude here. ;-)True, but I think the legacy programs are less of a problem compared with some of the bloatware being churned out today :-(But the performance of systems that are paging significantly kinda sucks anyway. This may make them suck a little less. But the real solution is to entirely deallocate that which isn't being used.
Right, but that won't help legacy programs.Applications programmers need to code more thoughtfully.
True. These little puppies have a minuscule TDP, but they have small batteries to match.Fair point.Can't add RAM to the ones I was looking at. :-(End users can do a couple of things:
1. Close applications that aren't being used or add RAM. If you allow Windows to start using the swap file, the performance is going to take a nose dive. So just don't go there.
Yes, multi-core decompression is nice but keep in mind it's eating battery life on a mobile device.I have not read the entire article in detail yet, but when I scanned it one phrase I noticed stated that "it’s simultaneously decompressing the data it just read in parallel using multiple CPUs."
Those extra cores might as well be doing something useful, I figure.
Hah, my lady is like that too. Always asking awkward questions like, "What are you going to do with another computer?".Chicken! You weren't shopping with my wife, were you? That's what she always says, but without the "yet"But after tempting myself with a visit to Fry's I've decided that I have too many PCs already, and just can't justify another toy. Yet. :-D![]()
If you suffer from power management problems, it's always worth checking for BIOS updates.I noticed that too. Have not checked power management since all of the updates that have been installed since the release of the OS.
ThanksIf you suffer from power management problems, it's always worth checking for BIOS updates.I noticed that too. Have not checked power management since all of the updates that have been installed since the release of the OS.
It might help in some cases. But I just don't think it's the right answer.I think this has to be a win-win. Remember, what happens here is replacing what used to be a simple process of memory getting low, write some pages to disk and free them, with memory getting low, compress some pages to compress store and free them, memory getting lower, write compressed pages to disk and free them.
So page swapping becomes either in-memory compression (faster than disk I/O) or swapping compressed memory (reducing disk I/O).
So once you have to swap, you do it better. Seems like it should help portable devices with low RAM a lot, especially if compression also uses less power than disk I/O.