replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

bug: retrieve nodes from cache explicitly. #653

Closed whilo closed 10 months ago

whilo commented 10 months ago

Fixes #652. I had misunderstood how the soft references in the persistent sorted set interplay with the cache, now nodes are always explicitly retrieved from the cache and it is properly repopulated on misses.

SUMMARY

Checks

Bugfix
Feature

ADDITIONAL INFORMATION