libdictenstein 4.0.0-rc.3

High-performance dictionary data structures (trie, DAWG, double-array trie, suffix automaton, lock-free durable persistent ART) behind one trait API; pairs with liblevenshtein for fuzzy matching
1
2
3
4
5
"use strict";
const { libdictenstein } = require("@vinary-tree/vinary-tree");
const { collectionNamespace } = require("./collections.cjs");
const facade = collectionNamespace(libdictenstein);
module.exports = { ...facade, default: facade };