File: README.md

package info (click to toggle)
pdl 1%3A2.100-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,816 kB
  • sloc: perl: 22,587; ansic: 14,969; sh: 31; makefile: 30; sed: 6
file content (12 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# Usage

```
perl Makefile.PL
make
perl -Mblib time.pl
```

You can edit `Bench.pm` for different parameters / running times if
your machine is very slow or very fast.

Currently only compares XS/C "++" with a PDL one.