mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Implement radix algorithm for routing (thanks to beryl)
This commit is contained in:
parent
2cc4c17c80
commit
7d0d5add84
4 changed files with 31 additions and 8 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,2 +1,8 @@
|
|||
.crystal
|
||||
/libs/
|
||||
/.crystal/
|
||||
/.shards/
|
||||
*.log
|
||||
|
||||
# Libraries don't need dependency lock
|
||||
# Dependencies will be locked in application that uses them
|
||||
/shard.lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue