Releases: KxSystems/taq
Releases · KxSystems/taq
1.3.0
1.2.0
- getCSVs.sh improvements:
- disk-efficient (in-place) file manipulation.
masterandtradefile filtering based on the first letter
- NUC: more flexible
parseToMemory:- sorting column is now configurable via
sortcols: parametersortbytimeis replaced by parametersortcols - attribute on
symis now configurable viasymattr: parametergroupedis replaced by parametersymattr
- sorting column is now configurable via
1.1.0
1.0.1
1.0.0
The Taq module is designed for benchmarking and is based on the KX Taq scripts. Key differences compared to taq.k include:
- Rewritten code from k to q.
- Destination directory is now configurable.
- Added support for compression.
- Introduced a new parameter to filter by the first letter of the Symbol.
- Enhanced error handling.
- Improved code quality.
- Added an option to drop test symbols.
- Columns are written in parallel for better performance.
- Batch processing support for a smaller memory footprint.
- Function documentation now uses qdoc syntax.