File: README.md

package info (click to toggle)
nim-regex 0.26.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,308 kB
  • sloc: makefile: 10
file content (14 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
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
```