Prepare the new ldict implementation.
This commit is contained in:
parent
1d9edaa320
commit
fd927e3569
5 changed files with 38 additions and 9 deletions
|
@ -584,3 +584,9 @@ Returns true if both BSTs contain the same keys and values.
|
|||
(import util-bst-bdict)
|
||||
|
||||
Reimplementation of old number-only BST dictionary.
|
||||
|
||||
## util-bst-ldict [module]
|
||||
|
||||
(import util-bst-ldict)
|
||||
|
||||
Reimplementation of old list-based symbol dictionary using new BST backend.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue