I would like to write / read the hash table on / from the disk, but this is not a (print) . I wonβt know the names of the keys, so I canβt think of a way to do this manually. I read that there can be specific distribution methods for this; Is there anything for this in SBCL?
I did not find anything in the SBCL manual or on Google.
If not, is there another way to store lists of integers bound to strings, be able to efficiently change these lists, and have a constant or at least faster than the available access time?
Are binary search trees light enough to implement with alists and is it a good idea to create a base database?
source share