H5P_chunk_cache | R Documentation |
Set parameters for the raw data chunk cache
H5Pset_chunk_cache(h5plist, rdcc_nslots, rdcc_nbytes, rdcc_w0)
h5plist |
Object of class H5IdComponent representing a dataset access property list. |
rdcc_nslots |
Integer defining the number of chunk slots in the raw data chunk cache for this dataset. |
rdcc_nbytes |
Integer setting the total size of the raw data chunk cache for this dataset in bytes. In most cases increasing this number will improve performance, as long as you have enough free memory. The default size is 1 MB |
rdcc_w0 |
Numeric value defining the chunk preemption policy. Must be between
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.