GitXplorerGitXplorer
S

go-radix

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d85e0ded8b6f38a46b62272adf4d048796ff6725

Fixed typo in tests

SShadowNinja committed 8 years ago
Unverified
eac2e8b5f30597672babbef84fb4ecb060908992

Add .gitignore

SShadowNinja committed 8 years ago
Unverified
ca7571f1eff4c3336b49f802ed087c1617702497

Add pipes to formatted output for clarity

SShadowNinja committed 8 years ago
Unverified
aaa3878ea9f58e498f1fb89ddcb96c805dd480e0

Comment fixes

SShadowNinja committed 8 years ago
Unverified
8291fe4029d16a4eb1b8e4077188f8dfc42a95e9

Initial commit

SShadowNinja committed 8 years ago

README

The README file for this repository.

Radix

A trie/radix tree/prefix tree implementation in Go.

This project was written mainly for me to teach myself Go, so it's not really meant to be production-ready.

This is based on an implementation in Swift by Steven Scally. The code is largely just translated from Swift into Go, although I've changed some of the semantics.

License: MIT (Expat)