File: README.md

package info (click to toggle)
nim-regex 0.17.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 7,036 kB
  • sloc: makefile: 10
file content (14 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Benchmarks

Run first:

```
nimble install nimbench
nimble develop
```

Run benchmarks:

```
nim c -r -d:danger bench/bench.nim
```