Tommi Reiman
|
60ee39bd53
|
Trie$Match is mutable, fixes #277
|
2019-05-22 16:39:37 +03:00 |
|
Tommi Reiman
|
c8eaa955c3
|
Revert fast params in a Trie
|
2019-05-01 22:40:44 +03:00 |
|
Tommi Reiman
|
1326d76936
|
Faster params in Trie
|
2019-05-01 22:40:44 +03:00 |
|
Tommi Reiman
|
68d68402d9
|
Fix Java Trie example
|
2019-05-01 22:40:44 +03:00 |
|
Tommi Reiman
|
5ab1f2829e
|
Decode in single sweep, 8% faster
|
2019-03-07 08:17:17 +02:00 |
|
Tommi Reiman
|
5b19298803
|
CatchAll matcher catch with empty parameter, fixes #230
|
2019-03-06 19:49:27 +02:00 |
|
Tommi Reiman
|
850b47134a
|
Don't reorder routes with :linear-router, fixes #229
|
2019-03-06 19:24:16 +02:00 |
|
Tommi Reiman
|
59560860d8
|
Finalize Trie & cleanup
|
2019-03-03 20:20:34 +02:00 |
|
Tommi Reiman
|
778a8b97b9
|
Review small fixes
|
2019-02-28 12:12:28 +02:00 |
|
Tommi Reiman
|
d0cfdf304a
|
Polish
|
2019-02-28 12:12:28 +02:00 |
|
Tommi Reiman
|
9422cd28c1
|
create empty path-parameters at creation time, 266ns->251ns (-6%)
|
2019-02-28 12:12:28 +02:00 |
|
Tommi Reiman
|
659aac7fd0
|
Much faster without transients
|
2019-02-28 12:11:05 +02:00 |
|
Tommi Reiman
|
81b9bdceef
|
Small improvement
* Sort linear routes secondary with static path length
* Unwrap data-matchers from linear-router
* Simplify StaticMatcher impl
|
2019-02-28 12:11:05 +02:00 |
|
Tommi Reiman
|
5b9f90d283
|
ifs -> switch. maybe faster?
|
2019-02-28 12:11:05 +02:00 |
|
Tommi Reiman
|
cecd6cf526
|
Start working on cljs trie
|
2019-02-28 12:11:05 +02:00 |
|
Tommi Reiman
|
c87bc099b0
|
char-array is faster, re-run tests
|
2019-02-28 12:10:01 +02:00 |
|
Tommi Reiman
|
34d8cb0f57
|
Test with String path
|
2019-02-28 12:10:01 +02:00 |
|
Tommi Reiman
|
6f902d118a
|
Free from the regex!
|
2019-02-28 12:10:01 +02:00 |
|
Tommi Reiman
|
42d6d0c78d
|
Priorize trie based on depth
|
2019-02-28 12:10:01 +02:00 |
|
Tommi Reiman
|
eaee4ca38d
|
Implement catch-all from trie
|
2019-02-28 12:10:01 +02:00 |
|
Tommi Reiman
|
fe0ea19e31
|
Better perf with transient parameters
|
2019-02-28 12:10:01 +02:00 |
|
Tommi Reiman
|
f2d131a897
|
wip
|
2019-02-28 12:10:01 +02:00 |
|