This repository has been archived by the owner on Mar 31, 2019. It is now read-only.
c2numpy 1.0
Pure C, no C++, works in artificial cases.
Wish list items (NOT in this release):
- Add convenience function to calculate number of rows for a target file size.
- Compressed (.npz) files.
- System independence (currently assumes little endian with 32-bit
int
and 64-bitsize_t
). - Faster guessing of header size and column types.
- Float16 and complex numbers.
- Distinct return values for different errors and documentation of those errors.
- Optional C++ API.