Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve column read speed by removing type instability (#33)
* explicitly type the column returned by getproperty to avoid column unioning * Extract type and char outside the array comprehension This takes runtime from 42 ms to 13 ms * Simplify code Co-authored-by: Rafael Schouten <[email protected]> --------- Co-authored-by: Rafael Schouten <[email protected]>
- Loading branch information