Module fast_parse

Module fast_parse 

Source
Expand description

Optimized parsers for common data types

Functionsยง

parse_address
Fast address parsing
parse_decimal
Fast decimal parsing for prices
parse_json_fast
Fast JSON parsing using SIMD instructions when possible Falls back to serde_json if simd-json fails Note: This requires owned types (no borrowing from input)
parse_json_fast_owned
Fast JSON parsing for immutable data
parse_side
Parse Side enum
parse_u256
Fast U256 parsing