diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-10-24 10:09:07 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-10-25 06:09:54 +0900 |
commit | 70bf80ac3afe8cbc25623c62855d34c6df0c9c72 (patch) | |
tree | 16b44682378467f0fd243cbc115853676f97d539 /go.mod | |
parent | 98a539a2e921151cf37d28ce0f2789ec3d003457 (diff) |
table: replace radix with crit-bit algo for roa
faster and less memory usage.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ require ( github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jessevdk/go-flags v1.3.0 + github.com/k-sone/critbitgo v1.3.1-0.20191024122315-48c9e1530131 github.com/kr/pretty v0.0.0-20160823170715-cfb55aafdaf3 github.com/kr/text v0.0.0-20160504234017-7cafcd837844 // indirect github.com/magiconair/properties v1.7.3 // indirect |