https://github.com/lemire/htmlscanning
https://github.com/lemire/htmlscanning
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemire/htmlscanning
- Owner: lemire
- Created: 2024-07-28T19:01:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T20:33:11.000Z (about 1 year ago)
- Last Synced: 2025-09-30T13:40:10.299Z (10 months ago)
- Language: HTML
- Size: 126 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Scanning benchmark
We assume a standard Linux/macOS system with development tools.
We expect a 64-bit ARM system.
## CMake usage
Usage:
```
cmake -B build
cmake --build build
ctest --test-dir build
./build/benchmark data/bbc.html
```
## Old-school usage
Usage:
```
make
./unit
./benchmark data/bbc.html
```
## Paper
- Daniel Lemire, [Scanning HTML at Tens of Gigabytes Per Second on ARM Processors](https://doi.org/10.1002/spe.3420), Software: Practice and Experience (to appear)