> + /// Create a new instance. > + /// > + /// Chunks listed in ``cache_hint`` are cached and kept in RAM, as well as the last > + /// 'cache_lru' accessed chunks (the latter via a mmap file). Does that cache_hint really helps here? Have you tested without? If so, whats the difference?