Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking for `is_safe_integer` guarantees that the value is already a number, and then using `unchecked_into_f64` allows to avoid extra memory access cost of `Option<f64>`. This speeds up CitmCatalog parsing benchmark by 15%.
- Loading branch information