mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
FIx typos, thank Borges AI
This commit is contained in:
parent
ff20260f5f
commit
35bfdb013a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
### `reitit-core`
|
### `reitit-core`
|
||||||
|
|
||||||
* `reitit.core/Expand` can be extended, fixes [#201](https://github.com/metosin/reitit/issues/201).
|
* `reitit.core/Expand` can be extended, fixes [#201](https://github.com/metosin/reitit/issues/201).
|
||||||
* new snappy Java-backed `SegmentTrie` routing algorithm and data structure (for `reitit.core/segment-router`, making wildcard routing ~2x faster on the JVM
|
* new snappy Java-backed `SegmentTrie` routing algorithm and data structure backing `reitit.core/segment-router`, making wildcard routing 2x faster on the JVM
|
||||||
* `reitit.core/linear-router` uses the segment router behind the scenes, 2-4x faster on the JVM too.
|
* `reitit.core/linear-router` uses the segment router behind the scenes, 2-4x faster on the JVM too.
|
||||||
|
|
||||||
### `reitit-ring`
|
### `reitit-ring`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue