Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 459 Bytes

binarizer.md

File metadata and controls

9 lines (6 loc) · 459 Bytes

Binarizer tool

From a text version files of ticks/trades/quotes, convert them to theirs binary file representation. Binary files are defaults, but for now both are recorded (.dat for binary version, no extension for text).

The binarizer command tool allow to convert a text file to its binary format, at the correct location. Next the parser (tick streamer) will use by default the binary version if available, because the speed gain is important.

...