Modules§
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.