Skip to content

Instantly share code, notes, and snippets.

@sylints

sylints/trie.p6 Secret

Created May 18, 2018 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sylints/52081eb2f20ddc14e85d8ba8d9ad7b4b to your computer and use it in GitHub Desktop.
Save sylints/52081eb2f20ddc14e85d8ba8d9ad7b4b to your computer and use it in GitHub Desktop.
use v6;
use Concurrent::Trie;
my $trie = Concurrent::Trie.new;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment