An open API service indexing awesome lists of open source software.

https://github.com/lemire/htmlscanning


https://github.com/lemire/htmlscanning

Last synced: 10 months ago
JSON representation

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)