Tommi Reiman
|
44867fbcf5
|
:gen -> :gem-wrap in middleware
* as preparation for support of interceptors
|
2017-11-11 17:30:17 +02:00 |
|
Tommi Reiman
|
5d7786936c
|
prefix-tree-router!
|
2017-11-10 18:12:00 +00:00 |
|
Tommi Reiman
|
1ccd93101c
|
Perf page
|
2017-11-01 09:28:28 +02:00 |
|
Tommi Reiman
|
e9c0639914
|
Fast-router if only 1 static path.
* 200x faster on basic benchmark than the slowest one
|
2017-10-02 17:54:37 +03:00 |
|
Tommi Reiman
|
a2b04f0677
|
Cleanup
|
2017-10-02 08:05:42 +03:00 |
|
Tommi Reiman
|
86acee9098
|
Polish perf tests
|
2017-08-30 08:16:21 +03:00 |
|
Tommi Reiman
|
5f1d6a61a6
|
Cleanup & fix perf test
|
2017-08-12 17:55:58 +03:00 |
|
Tommi Reiman
|
69ee59cbd2
|
Update README, more perf-tests, cleanup
* `match` => `match-by-path`
* `by-name` = > `match-by-name`
* `lookup-router` can't be created with wildcard routes
* `match-by-name` initial perf tests
|
2017-08-11 08:01:34 +03:00 |
|
Tommi Reiman
|
a28bb2e9b6
|
Lot's of small improvements
* implement by-name (fixes #5)
* match-route => match
* implement routes
* by-name & match return Match-records (more info, faster to use)
* reitit.regex => reitit.impl
|
2017-08-10 09:47:27 +03:00 |
|
Tommi Reiman
|
faa3c08bf0
|
Add stuff
* router, partially from Pedestal
* sample perf tests
* kws expand to :name
* fns expand to :handler
|
2017-08-08 15:31:00 +03:00 |
|