Gozala / datalogia

Library for querying in-memory facts using datalog
5 stars 1 forks source link

rfc: async api for persistent facts #23

Open relves opened 4 months ago

relves commented 4 months ago

Hi @Gozala, here's another attempt based on your guidance from my last PR. Facts are gathered (and de-duped) in advance of query evaluation with minimal async. Does this implementation align with your thinking? Appreciate any feedback.