Commit eabfd9e
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]>1 parent f22fcf5 commit eabfd9e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
456 | | - | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
457 | 458 | | |
458 | 459 | | |
459 | 460 | | |
| |||
0 commit comments