singnet / das-atom-db

Persistence layer
MIT License
2 stars 0 forks source link

Simplify Patterns #204

Open eddiebrissow opened 1 month ago

eddiebrissow commented 1 month ago

Links to https://github.com/singnet/das/issues/97

Simplify Patterns (and other similar) index to store Handle -> Set of mathcing handles instead of Handle -> Pair(Handle, List of Handles) as we have now.

Need to review metta parser indexes if atomdb indexes change

eddiebrissow commented 1 week ago

Patterns already simplified, atomDB and metta parser, need check other indexes

andre-senna commented 1 week ago

All changed indexes need to be updated in the DAS MeTTa parser as well.