Skip to content

Commit

Permalink
add notation
Browse files Browse the repository at this point in the history
  • Loading branch information
theblackcat102 committed Jun 7, 2021
1 parent 6afe5aa commit c218b36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions h5record/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def __init__(self, schema, save_filename, data_iter=None,
* data length must be known value otherwise chunk size will not be enabled
* chunk size affects reading speed, usually a size of 100-500 is suitable value
* compression algorithm affects reading speed, so if storage is not your concern is recommended not to enable
multiprocess:
if such error occur "OSError: Can't read data (address of object past end of allocation)"
set it to True
'''

# normalized schema design to dictionary
Expand Down

0 comments on commit c218b36

Please sign in to comment.