Help language development. Donate to The Perl Foundation

Concurrent::Trie cpan:JNTHN last updated on 2018-05-18

META6.json
{
    "perl"          : "6.*",
    "name"          : "Concurrent::Trie",
    "version"       : "1.1",
    "description"   : "A lock-free concurrent trie (Text Retrieval) data structure.",
    "authors"       : [ "Jonathan Worthington <[email protected]>" ],
    "license"       : "Artistic-2.0",
    "depends"       : [ ],
    "provides"      : {
        "Concurrent::Trie": "lib/Concurrent/Trie.pm6"
    },
    "resources": [],
    "tags": ["trie", "text", "concurrent"],
    "source-url"    : "https://github.com/jnthn/p6-concurrent-trie.git"
}