Work on migrating to the new dictionary implementation.
This commit is contained in:
parent
42466416cd
commit
ced789ca06
7 changed files with 69 additions and 68 deletions
|
@ -33,7 +33,7 @@ Splits given loaded CSV into two tables at the first empty row.
|
|||
|
||||
### Dictionary
|
||||
|
||||
(import util-dict)
|
||||
(import util-dict-list)
|
||||
|
||||
This module implements a simple key/value dictionary using lists as
|
||||
backend. All operations are O(n) with respect to time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue