Search found 5 matches

by AlexAT
Mon Jun 08, 2020 6:43 pm
Forum: Submit Suggestions
Topic: Compressed Memory Overhead
Replies: 6
Views: 3295

Re: Compressed Memory Overhead

There is a bunch of fast compression algorithms: LZ4, LZO, ZSTD and some others. Actually, in Linux zram/zswap work pretty much good so idd attempting to compress L1 cache data may do some good and is not very hard to implement I think. Even if it changes L1 cache management from block to heap, won'...
by AlexAT
Mon Dec 31, 2018 10:47 am
Forum: Technical Support
Topic: Write cache with Defer Write disabled?
Replies: 4
Views: 3602

Re: Write cache with Defer Write disabled?

Caching writes with write-through cache can be tad useful if you read a good lot of the written data either frequently or just after writing. Software compilation is a good example: first compiler writes a bloody lot of object files, then linker starts to read and process them. If they fit into OS c...
by AlexAT
Mon Dec 31, 2018 10:39 am
Forum: Technical Support
Topic: 3.0.9?
Replies: 9
Views: 4619

Re: 3.0.9?

To install this over an existing 3.0.2, is it simply a matter of stopping the cache and then running the new installer? Any gotchas? (like needing to entirely remove the cache and re-create it in 3.0.9) Thanks. For me it went fine just with closing PrimoCache application and running the update plus...
by AlexAT
Mon Dec 31, 2018 10:34 am
Forum: Technical Support
Topic: 3.0.9?
Replies: 9
Views: 4619

Re: 3.0.9?

Jaga wrote: Mon Dec 31, 2018 5:38 am 3.0.9 patch notes are available now.
Thanks!
by AlexAT
Sun Dec 30, 2018 9:52 pm
Forum: Technical Support
Topic: 3.0.9?
Replies: 9
Views: 4619

3.0.9?

Hello,

Please post the changelogs/release notes/whatever. The new version is obviously here, but what has changed? :)