Skip to content

Commit

Permalink
Fixed layout
Browse files Browse the repository at this point in the history
  • Loading branch information
AuracleTech committed Feb 9, 2024
1 parent 0d30b3c commit 97887b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,13 @@ Token { kind: "comment_line", value: "// Your own language!", pos: (1, 20) }
tokenization of [29 639](https://github.com/AuracleTech/yuumi) rust language tokens

- `3.8 milliseconds` with referenced tokens and serialization disabled

- `5.0 milliseconds` with owned tokens and serialization available

##### Features

`serialization`
`generic-simd`
`runtime-dispatch-simd` enabled by default, to disable modify `Cargo.toml` as follows
- `serialization`
- `generic-simd`
- `runtime-dispatch-simd` enabled by default, to disable modify `Cargo.toml` as follows

```toml
jayce = { version = "X.X.X", default-features = false }
Expand Down

0 comments on commit 97887b4

Please sign in to comment.