https://github.com/pickfire/parseint
Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html
https://github.com/pickfire/parseint
Last synced: 24 days ago
JSON representation
Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html
- Host: GitHub
- URL: https://github.com/pickfire/parseint
- Owner: pickfire
- License: apache-2.0
- Created: 2020-07-11T17:09:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T21:18:41.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T01:06:41.546Z (24 days ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Faster Integer Parsing (rust port)
==================================This repository is the rust port of @KholdStare experimentation in
https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.htmlThere is also a blog post on this in Rust Malaysia.
https://rust-malaysia.github.io/code/2020/07/12/faster-integer-parsing.htmlFrom discussions on reddit, it turns out someone else has stumbled on the exact
same ideas before @KholdStare, Wojciech Muła.
http://0x80.pl/articles/simd-parsing-int-sequences.html