Results 62 comments of beroal

Documentation. The cache is disabled for a file iff (I and not E) where I iff the file name satisfies the environment variable NOCACHE_PATTERN_INCLUDE (default: true), E iff the file...

> I’d make explicit what you expect, i.e. if(regcomp(…) != NULL) Look at the type of `regcomp`.

> Can you please add command line options to the nocache shell wrapper and add documentation to the Readme? Sorry, I don't know the Bash programming language and I'm happy...

Thanks, I will try "strace". > But before doing that, can you elaborate what you want to achieve? Transmission is a BitTorrent client, so it reads a lot of data...

A BitTorrent client is a typical situation where the LRU cache algorithm is inefficient. Least Recently Used time is not precise enough to represent real access frequency. So I help...

Hi. The documentation for “primefac” states, “As a module, we provide a primality test…”

I guess that I used `isprime` from this module because I needed a deterministic primality test and it implements the Baillie-Pomerance-Selfridge-Wagstaff algoritm which is deterministic for numbers less than `2**64`.

I see the same. However, without `-i`, no CPU usage.

I guess, to avoid duplication. If the info is in two places, you need to synchronize them.

I use AppArmor to restrict access to files in `$HOME`.