We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3710ba6 commit 9dc31e8Copy full SHA for 9dc31e8
packages/fast-node-parse/README.md
@@ -14,7 +14,7 @@ See [examples](./examples) or [benchmark](./benchmark) folder to see how it's co
14
15
## Benchmark
16
17
-It is on my machine, on your machine results may vary
+It is on my machine, on your machine results may vary. See [benchmark](./benchmark) folder
18
19
### Static
20
@@ -65,6 +65,12 @@ It is on my machine, on your machine results may vary
65
| `/foo/*` | ✅ |
66
| `/foo/(.*)` | ❌ |
67
68
+## Similar projects
69
+
70
+- [find-my-way](https://github.com/delvedor/find-my-way)
71
+- [Hono Router](https://hono.dev/docs/concepts/routers)
72
+- [fast-path-parse](https://www.npmjs.com/package/fast-path-parse). not 100% alternative
73
74
## License
75
76
MIT
0 commit comments