- Added high performance pathway for parsing datasets and realizing intermediate datasets. The dataset-parser now implements several protocols including count, nth, so you can get, for instance, the last row during the parsing phase. When using the dataset-parser you have to use the tech.v3.dataset.protocols/-add-row and -add-rows methods.
- fast-nth fixed for integer columns.
- various fixes around parsing data.