Skip to content

Commit

Permalink
docs: add absolute links for README.md on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Mar 11, 2024
1 parent fc4435f commit 5a5eb14
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ Features:

The info subdirectory has more in-depth information on zawk:

* [Overview](info/overview.md): what frawk is all about, how it differs from Awk.
* [Types](info/types.md): A quick gloss on frawk's approach to types and type inference.
* [Parallelism](info/parallelism.md): An overview of frawk's parallelism support.
* [Benchmarks](info/performance.md): A sense of the relative performance of frawk and other tools when processing large
CSV or TSV files.
* [Standard Library](info/stdlib.md): A standard library by zawk, including exciting functions that are new when
compared with Awk.
* [Overview](https://github.com/linux-china/zawk/blob/master/info/overview.md): what frawk is all about, how it differs
from Awk.
* [Types](https://github.com/linux-china/zawk/blob/master/info/types.md): A quick gloss on frawk's approach to types and
type inference.
* [Parallelism](https://github.com/linux-china/zawk/blob/master/info/parallelism.md): An overview of frawk's parallelism
support.
* [Benchmarks](https://github.com/linux-china/zawk/blob/master/info/performance.md): A sense of the relative performance
of frawk and other tools when processing large CSV or TSV files.
* [Standard Library](https://github.com/linux-china/zawk/blob/master/info/stdlib.md): A standard library by zawk,
including exciting functions that are new when compared with Awk.

zawk/frawk is dual-licensed under MIT or Apache 2.0.

Expand Down Expand Up @@ -55,7 +58,7 @@ support for the Cranelift-based JIT and its bytecode interpreter. To do this,
build without the `llvm_backend` feature. The Cranelift backend provides
comparable performance to LLVM for smaller scripts, but LLVM's optimizations
can sometimes deliver a substantial performance boost over Cranelift (see the
[benchmarks](info/performance.md) document for some examples of this).
[benchmarks](https://github.com/linux-china/zawk/blob/master/info/performance.md) document for some examples of this).

### Building Using Stable

Expand Down

0 comments on commit 5a5eb14

Please sign in to comment.