Skip to main content

Crate tickparse

Crate tickparse 

Source

Modules§

mmap_parser
naive
parallel

Structs§

Tick
A single tick of market data — 24 bytes, cache-friendly.

Functions§

parse_float_bytes
Parse a float like “1518.77” directly from bytes. No allocation, no str conversion.
parse_line
Parse a single CSV line from raw bytes into a Tick.
parse_timestamp_bytes
Parse a timestamp like “2020.01.02 01:00:04.735” directly from bytes. Returns microseconds since Unix epoch. No allocations.